* Use to print a debug message prefixed with the botId * @param botId The bot Id * @param message The debug message
(botId: string, message: string, extra?: any)
| 339 | * @param message The debug message |
| 340 | */ |
| 341 | forBot(botId: string, message: string, extra?: any): void |
| 342 | sub(namespace: string): IDebugInstance |
| 343 | } |
| 344 |
no outgoing calls
no test coverage detected