# Packages
No description provided by the author
No description provided by the author
# Functions
Level assigns an integer to the LogLevel string.
New creates a new logger.
NewNilLogger returns a logger that performs no action.
NewTestLogger creates a logger for testing purposes.
# Constants
No description provided by the author
LogLevelDebug denotes debug messages.
LogLevelError denotes error messages.
LogLevelInfo denotes info messages.
LogLevelWarn denotes warn messages.
# Interfaces
Logger defines an object able to log messages.
# Type aliases
LogContext defines the context for the logs.
LogLevel defines the level of log messages.