# Packages
Package log provides debug logging.
# 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
GetLevel converts a level string into a logger Level value.
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
NewLogger builds a new logger based on options.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Returns true if the given level is at or lower the current logger level.
No description provided by the author
No description provided by the author
WithFields set default fields for the logger.
WithLevel set default level for the logger.
WithOutput set default output writer for the logger.
# Constants
DebugLevel level.
ErrorLevel level.
FatalLevel level.
InfoLevel is the default logging priority.
TraceLevel level.
WarnLevel level.
# Variables
DefaultLevel default level for logger.
DefaultLogger default logger.
No description provided by the author
# Interfaces
Logger is a generic logging interface.