# Functions
CtxAppendLoggerAttrs adds the given attributes to the context, it will append to any existing attributes.
CtxWithLoggerAttrs sets the given attributes to the context, it will overwrite any existing attributes.
GetDefaultLoggerFactory returns the default logger factory used by the package-level functions.
GetLogger returns a logger for the caller using the default logger factory.
GetLoggerAttrsFromCtx returns the attributes from the context, or nil if there are none.
GetLoggerForPath returns a logger for the given path and adds the context properties (if any) using the default logger factory.
GetLoggerForType returns a logger for the given type and adds the context properties (if any) using the default logger factory.
GetLoggerFromCtx returns a logger for the caller and adds the context properties (if any).
GetLoggerFromCtxForPath returns a logger for the given path and adds the context properties (if any) using the default logger factory.
GetLoggerFromCtxForType returns a logger for the given type and adds the context properties (if any) using.
GetRootLogger returns the root logger using the default logger factory.
NewLogger creates a new logger with the given core configuration.
NewLoggerFactory creates a new logger factory with the given core configuration.
NewLoggerFactoryWithWriter creates a new logger factory with the given core configuration and writer.
NewLoggerWithWriter creates a new logger with the given core configuration and writer.
No description provided by the author
SetDefaultLoggerFactory sets the default logger factory to use for the package-level functions.
# Interfaces
No description provided by the author