* Outputs the given warning message to the channel. * * The message is only logged if the channel is configured to display LogLevel.Warning warning log level or lower. * * @param message warning message to log
(message: string, ...args: any[])
| 7136 | * @param message warning message to log |
| 7137 | */ |
| 7138 | warn(message: string, ...args: any[]): void; |
| 7139 | |
| 7140 | /** |
| 7141 | * Outputs the given error or error message to the channel. |
no outgoing calls
no test coverage detected