# Functions
NewLogger return a new usable logger.
# Constants
DebugLevel enable debug,warning and errors logs.
ErrorLevel enable only errors logs.
WarningLevel enable only errors and warnings.
# Interfaces
Logger is the interface used for logging.
# Type aliases
LogLevel defines the level of logging of the aplication.