AppendArgs
method in Coherence.Log.LogFormatter
Methods
public static StringBuilder AppendArgs(StringBuilder logBuilder, ICollection<(string key, object value)> args, bool useTab = true)
Parameters
| Type | Name | Description |
|---|---|---|
| StringBuilder | logBuilder | |
| ICollection<(string key, object value)> | args | |
| bool | useTab |
Returns
| Type | Description |
|---|---|
| StringBuilder |