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