# Functions
Colorize output from default logger.
Crit from default instance.
Critf from default instance.
Debug from default instance.
Debugf from default instance.
Error from default instance.
Errorf from default instance.
Log from default instance.
Logf from default instance.
New Logger.
Print from default instance.
Printf from default instance.
Warn from default instance.
Warnf from default instance.
# Constants
No description provided by the author
No description provided by the author
ANSI color escape codes.
No description provided by the author
No description provided by the author
No description provided by the author
LevelCrit show error and os.Exit(1).
LevelDebug Information useful to developers for debugging an application.
LevelError Error conditions(Ex: An application has exceeded its file storage limit and attempts to write are failing).
LevelInfo Normal operation events that require no action (Ex: An application has started, paused or ended successfully.
LevelWarning May indicate that an error will occur if action is not taken (Ex: A non-root file system has only 2GB remaining).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
Default instance (global).
# Type aliases
Level log.