# Functions
CleanExit is a convenience function for DefaultLogger.CleanExit(...).
Debug is a convenience function for DefaultLogger.Debug(...).
Die is a convenience function for DefaultLogger.Die(...).
Err is a convenience function for DefaultLogger.Err(...).
Info is a convenience function for DefaultLogger.Info(...).
Msg is a convenience function for DefaultLogger.Msg(...).
NewLogger creates a new logger bound to a stdout and stderr writer, which are most commonly os.Stdout and os.Stderr, respectively.
Warn is a convenience function for DefaultLogger.Warn(...).
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
Color is the representation of a color, to be used in Colorize.