* Outputs the given error or error message to the channel. * * The message is only logged if the channel is configured to display LogLevel.Error error log level or lower. * * @param error Error or error message to log
(error: string | Error, ...args: any[])
| 7516 | * @param error Error or error message to log |
| 7517 | */ |
| 7518 | error(error: string | Error, ...args: any[]): void; |
| 7519 | } |
| 7520 | |
| 7521 | /** |
no outgoing calls
no test coverage detected