# Functions
No description provided by the author
Default returns a default logger that writes to stderr.
DefaultWithPrinterFactory returns a default logger that writes to stderr with a given printer factory.
No description provided by the author
Noop returns a Logger which does no logging.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
LevelDebug is the level of logging for debug messages.
LevelError is the level of logging only for errors.
LevelInfo is the lowest of logging for informational messages.
LevelNoLog is the lowest level of logging, no logs are generated.
LevelTrace is the highest level of logging.
LevelUnknown is a default value for unknown log level.
LevelWarn is the level of logging for warnings.
# Type aliases
No description provided by the author
Level is the type of log level.
No description provided by the author
No description provided by the author