Method AddSuffix
AddSuffix(IFluentLog, Func<string>)
Declaration
public static void AddSuffix(this IFluentLog log, Func<string> suffixSupplier)
Parameters
Type | Name | Description |
---|---|---|
IFluentLog | log | |
Func<string> | suffixSupplier |
AddSuffix<T>(IFluentLog, T)
Declaration
public static void AddSuffix<T>(this IFluentLog log, T suffix)
Parameters
Type | Name | Description |
---|---|---|
IFluentLog | log | |
T | suffix |
Type Parameters
Name | Description |
---|---|
T |