Method Debug
Debug(object, string)
Output log within all registered logger in Debug priority
Declaration
public static void Debug(this object context, string message)
Parameters
| Type | Name | Description |
|---|---|---|
| object | context | The context where output the log |
| string | message | The log message |
Debug(string)
Output log within all registered logger in Debug priority
Declaration
public static void Debug(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The log message |