Logs a debug message for a client using the client-specific logger instance. Ensures session validation and initialization before logging.
Disposes of the logger instance for a client, clearing it from the cache. Ensures initialization before disposal.
Logs an info message for a client using the client-specific logger instance. Ensures session validation and initialization before logging.
Logs a message for a client using the client-specific logger instance. Ensures session validation and initialization before logging.
Interface defining methods for interacting with a logger adapter. Implemented by LoggerUtils to provide client-specific logging operations.