package
0.1.2
Repository: https://github.com/jcdotter/go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
New returns a new logger with provided options, if any.
No description provided by the author
No description provided by the author

# Constants

LevelDebug is the debug level.
LevelError is the error level.
LevelFatal is the fatal level.
LevelInfo is the info level.
LevelPanic is the panic level.
LevelWarn is the warn level.

# Structs

No description provided by the author
No description provided by the author
Logger is the logger struct containing the configurations and methods for logging.

# Type aliases

Level is a log level.