Interface representing a logger with various logging methods.
Logs a message with the debug level.
The message to log.
Logs a message with the error level.
Logs a message with the info level.
Logs a message with the warn level.
Interface representing a logger with various logging methods.