* 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[])
| 7145 | * @param error Error or error message to log |
| 7146 | */ |
| 7147 | error(error: string | Error, ...args: any[]): void; |
| 7148 | } |
| 7149 | |
| 7150 | /** |
no outgoing calls
no test coverage detected