# Packages
No description provided by the author
# Functions
Crit is a convenient alias for Root().Crit.
Critf is a convenient alias for Root().Crit.
Debug is a convenient alias for Root().Debug.
No description provided by the author
Error is a convenient alias for Root().Error.
Errorf is a convenient alias for Root().Error.
Info is a convenient alias for Root().Info.
Infof is a convenient alias for Root().Info.
No description provided by the author
No description provided by the author
New returns a new logger with the given context.
Root returns the root logger.
Trace is a convenient alias for Root().Trace.
No description provided by the author
Warn is a convenient alias for Root().Warn.
Warnf is a convenient alias for Root().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
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
A Logger writes key/value pairs to a Handler.
TerminalStringer is an analogous interface to the stdlib stringer, allowing own types to have custom shortened serialization formats when printed to the screen.