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