# Functions
FromContext wraps log.FromContext function to simplify imports in the project.
NewHandler creates a new Handler instance with given parameters.
SetupContext creates supplies a context.Context with new Logger instance It handles setting up logging level and log output.
WithCommand returns a Logger supplied with given 'command' field.
WithCommandContext returns a context withe a logger and supplied with given 'command' field.
# Type aliases
No description provided by the author