Logs a debug message for a client using the client-specific logger instance. Ensures session validation and initialization before logging.
The client ID associated with the debug log.
The debug topic or category.
Additional arguments to debug log.
A promise that resolves when the debug message is recorded.
Disposes of the logger instance for a client, clearing it from the cache. Ensures initialization before disposal.
The client ID to dispose.
A promise that resolves when disposal is complete.
Logs an info message for a client using the client-specific logger instance. Ensures session validation and initialization before logging.
The client ID associated with the info log.
The info topic or category.
Additional arguments to info log.
A promise that resolves when the info message is recorded.
Logs a message for a client using the client-specific logger instance. Ensures session validation and initialization before logging.
The client ID associated with the log.
The log topic or category.
Additional arguments to log.
A promise that resolves when the log is recorded.
Interface defining methods for interacting with a logger adapter. Implemented by LoggerUtils to provide client-specific logging operations.