# Functions
DocsMarkdown returns a markdown document for the logger documentation.
No description provided by the author
New returns a new logger from a config, or returns an error if the config is invalid.
No description provided by the author
NewConfig returns a config struct with the default values for each field.
Noop creates and returns a new logger object that writes nothing.
Spec returns a field spec for the logger configuration fields.
No description provided by the author
Wrap a PrintFormatter with a log.Modular implementation.
WrapAtLevel wraps a PrintFormatter with a log.Modular implementation with an explicit log level.
# Interfaces
Modular is a log printer that allows you to branch new modules.
PrintFormatter is an interface implemented by standard loggers.