Creates a new Logger instance with the specified namespace.
The namespace to use for the logger
Logs a debug message.
The message to log
Additional arguments to include in the log
Logs an error message.
The message to log
Additional arguments to include in the log
Logs an informational message.
The message to log
Additional arguments to include in the log
Logs a warning message.
The message to log
Additional arguments to include in the log
Logger class that provides colored logging functionality using the debug package. Supports different log levels: info, warn, error, and debug.