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