Method InfoIfDebug
InfoIfDebug(IFluentLog, Func<string>)
Declaration
public static void InfoIfDebug(this IFluentLog log, Func<string> messageSupplier)
Parameters
Type | Name | Description |
---|---|---|
IFluentLog | log | |
Func<string> | messageSupplier |
InfoIfDebug(IFluentLog, string)
Declaration
public static void InfoIfDebug(this IFluentLog log, string message)
Parameters
Type | Name | Description |
---|---|---|
IFluentLog | log | |
string | message |