Method GetCombinedPrefix
GetCombinedPrefix(object, string, LogPriority)
Get prefix which combined wrapped log prefix result and current log prefix result
Declaration
public virtual string GetCombinedPrefix(object context, string log, LogPriority priority)
Parameters
| Type | Name | Description |
|---|---|---|
| object | context | The context where output the log |
| string | log | The log message |
| LogPriority | priority | Log Priority |
Returns
| Type | Description |
|---|---|
| string | Combined prefix result |