# Functions
FromContext returns the *slog.Logs previously stored in ctx by NewContext.
FromContextMaybe returns the *slog.Logs previously stored in ctx by NewContext or nil.
FromRootCommand returns a logger from the root cobra.Command context or nil.
NewConfig returns a new logging Config struct.
NewContext returns a new Context that carries value logger.
# Constants
No description provided by the author