Method WithTable
WithTable<T>(IFluentLog, IEnumerable<T>, string)
Declaration
public static IFluentLog WithTable<T>(this IFluentLog log, IEnumerable<T> items, string separator = "\n\t")
Parameters
| Type | Name | Description |
|---|---|---|
| IFluentLog | log | |
| IEnumerable<T> | items | |
| string | separator |
Returns
| Type | Description |
|---|---|
| IFluentLog |
Type Parameters
| Name | Description |
|---|---|
| T |