Method AddPrefix
AddPrefix(IFluentLog, Func<string>)
Declaration
public static void AddPrefix(this IFluentLog log, Func<string> prefixSupplier)
Parameters
Type | Name | Description |
---|---|---|
IFluentLog | log | |
Func<string> | prefixSupplier |
AddPrefix<T>(IFluentLog, T)
Declaration
public static void AddPrefix<T>(this IFluentLog log, T prefix)
Parameters
Type | Name | Description |
---|---|---|
IFluentLog | log | |
T | prefix |
Type Parameters
Name | Description |
---|---|
T |