package
1.1.0
Repository: https://github.com/elgopher/yala.git
Documentation: pkg.go.dev

# Functions

WithAdapter creates a new Logger.

# Constants

DebugLevel level is usually enabled only when debugging (disabled in production).
ErrorLevel is used for errors that should definitely be noted.
InfoLevel is used for informational messages, for confirmation that the program is working as expected.
WarnLevel is used for non-critical entries that deserve eyes.

# Structs

Entry
Entry is a logging entry created by logger and passed to adapter.
Field contains key-value pair.
Global is a logger shared globally.
Logger is an immutable logger to log messages or create new loggers with fields or error.

# Interfaces

Adapter is an interface to be implemented by logger adapters.

# Type aliases

No description provided by the author
Level is a severity level of message.