Constructs a new default logger
Alias for debug_
Logs the given message of an arbitrary amount of arguments and specifically sets the level to DEBUG
Logs the given message of an arbitrary amount of arguments and specifically sets the level to ERROR
Logs the given message of an arbitrary amount of arguments and specifically sets the level to INFO
Logs the given message of an arbitrary amount of arguments and specifically sets the level to WARN
DefaultLogger
The default logger logs using a pretty stock-standard (non-colored) message transformation and supports the basic levels of logging.