# Functions
GetLogLevel returns the corresponding log level with the given string if it exists, otherwise returns an error.
New returns a Default Logger with defaultLogLevel.
No description provided by the author
# Structs
DefaultLogger has Go's built in log embedded in it.
# Interfaces
Logger is the interface that is used by client for logging.