package
0.13.1-beta1
Repository: https://github.com/donewscode/core.git
Documentation: pkg.go.dev

# Functions

LevelFilter filters the log output based on its level.
NewLogger constructs a log.Logger based on the given format.
Sprint returns a log entry that is formatted using fmt.Sprint just before writing to the output.
Sprintf returns a log entry that is formatted using fmt.Sprintf just before writing to the output.
WithBaggage decorates the log.Logger with information form context.
WithContext decorates the log.Logger with information form context.
WithLevel decorates the logger and returns a contract.LevelLogger.

# Type aliases

LevelLogger is an alias of contract.LevelLogger.