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