# Functions
BindFlags binds the standard flags to provide logging config at runtime.
Debug logs the message and attributes at default level.
DefaultConfig returns a default config.
Error logs the message and error and arguments at error level.
Hex7 is a convenience function for a hex-encoded log attribute limited to first 7 chars for brevity.
Info logs the message and attributes at info level.
Init initializes the global logger with the given config.
Warn logs the message and error and attributes at warning level.
WithCLILogger returns a copy of the context with a cli logger.
WithCtx returns a copy of the context with which the logging attributes are associated.
WithLogger returns a copy of the context with which the logger is associated replacing the default global logger when logging with this context.
WithNoopLogger returns a copy of the context with a noop logger which discards all logs.
WithSkip returns a copy of the context with the skip value set.
# 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