Called when a debug message is recorded via the debug method.
The client ID associated with the logger instance.
The debug topic or category.
Additional arguments to debug log.
Called when the logger instance is disposed, cleaning up resources.
The client ID associated with the logger instance.
Called when an info message is recorded via the info method.
The client ID associated with the logger instance.
The info topic or category.
Additional arguments to info log.
Called when the logger instance is initialized, typically during waitForInit.
The client ID associated with the logger instance.
Called when a log message is recorded via the log method.
The client ID associated with the logger instance.
The log topic or category.
Additional arguments to log.
Callbacks for managing logger instance lifecycle and log events. Used by LoggerInstance to hook into initialization, disposal, and logging operations.