# Functions

ContextualAttributesFromContext returns the contextual key/value log parameters from the given context.
ContextualAttributesFromIncomingContext returns the contextual key/value log parameters from the given incoming context.
New creates a new logger.
NewNullLogger returns a logger that does nothing, for testing purposes.
NewWithLevel creates a new logger at the Level defined.
WithContextualAttributes returns a new context with the given key/value log parameters appended to the existing ones.
WithContextualAttributesForOutgoingContext will append the given key/value log parameters to the outgoing context.

# 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

# Variables

DefaultLogger is the default logger.

# Interfaces

Logger is the main Logger interface.

# Type aliases

No description provided by the author