package
0.0.0-20240102003836-a3532f1d23dd
Repository: https://github.com/flowshot-io/x.git
Documentation: pkg.go.dev
# Functions
New creates a new Logger based on provided Options.
NoOp returns a no-operation Logger which doesn't perform any logging operations.
PrettyWriter returns a ConsoleWriter which writes logs in a human-readable format.
WithHook adds a hook to the logger.
WithLogLevel sets the log level on the Options struct.
WithWriter sets the writer on the Options struct.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author