Home > @i2analyze/i2connect > ILogger > debug
ILogger.debug() method
Logs a formatted message at 'debug' level.
Signature:
debug(format: string, ...args: unknown[]): void;
Introduced: API version 1.0
Parameters
Parameter | Type | Description |
---|---|---|
format | string | A formatted message to log. |
args | unknown[] | The arguments for the formatted message. |
Returns:
void