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