# Functions

AppOut returns an io.Writer to write app output to, like logs.
No description provided by the author
CLIFlagsWithCategory creates flag definitions for the logging utils.
DefaultCLIConfig creates a default log configuration.
FormatHandler returns the correct slog handler factory for the provided format.
LevelFromString returns the appropriate Level from a string name.
No description provided by the author
No description provided by the author
No description provided by the author
NewLogger creates a new configured logger.
No description provided by the author
NewLogHandler creates a new configured handler, compatible as LvlSetter for log-level changes during runtime.
No description provided by the author
No description provided by the author
SetGlobalLogHandler sets the log handles as the handler of the global default logger.
No description provided by the author

# 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
No description provided by the author

# Structs

No description provided by the author
DynamicLogHandler allow runtime-configuration of the log handler.
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

FormatFlagValue is a value type for cli.GenericFlag to parse and validate log-formatting-type values.
FormatType defines a type of log format.
LevelFlagValue is a value type for cli.GenericFlag to parse and validate log-level values.