error method
error
Error message.
def error(self, message, ex):
...
| Parameter | Type | Description |
|---|---|---|
| message | str |
The string to log. |
| ex | Exception |
The exception that was thrown. |
See Also
- class
ILogger
Error message.
def error(self, message, ex):
...
| Parameter | Type | Description |
|---|---|---|
| message | str |
The string to log. |
| ex | Exception |
The exception that was thrown. |
ILogger