package
0.102.4
Repository: https://github.com/holos-run/holos.git
Documentation: pkg.go.dev

# 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

# Structs

Config specifies user configurable flag values to create a NewLogger.