# Functions
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
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
# Constants
DebugLevel logs are typically voluminous, and are usually disabled in production.
No description provided by the author
No description provided by the author
ErrorLevel logs are high-priority.
No description provided by the author
FatalLevel logs a message, then calls os.Exit(1).
InfoLevel is the default logging priority.
InvalidLevel is an invalid value for Level.
PanicLevel logs a message, then panics.
WarnLevel logs are more important than Info, but don't need individual human review.
# Interfaces
No description provided by the author