Method GetPrefix
GetPrefix(object, string, LogPriority)
Get priority info prefix for log
Declaration
protected override string GetPrefix(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 | The priority info prefix in format 'Priority: {priorityInfo}' |