# Functions
Disable all logging by setting a handler that discards all messages.
New returns a new Logger with a name.
SetLevel sets the logging level to DEBUG on the global handler.
SetHandler changes the global logging handler.
# Type aliases
Logger is for logging messages from inside of the program in various logging levels.