# Functions
Configure returns a new logger based on the config.
ContextWithLogger returns a new context with the given logger attached.
No description provided by the author
FromContext retrieves the current logger from the context or panics.
JSONStreamer reads a stream of JSON log entries from r and logs them to log.
LevelString retrieves an enum value from the enum constants string name.
LevelStrings returns a slice of all String values of the enum.
LevelValues returns all values of the enum.
New returns a new logger.
ParseLevel parses a log level from text.
No description provided by the author
Tee returns a sink that writes to all of the given sinks.
# Type aliases
Level is the log level.