Method Output
Output(object, string, LogPriority, Action<string>)
Declaration
protected virtual void Output(object context, string msg, LogPriority priority, Action<string> onFormattedMsg)
Parameters
| Type | Name | Description |
|---|---|---|
| object | context | |
| string | msg | |
| LogPriority | priority | |
| Action<string> | onFormattedMsg |