package
1.1.5
Repository: https://github.com/fravega/go-logger.git
Documentation: pkg.go.dev

# Functions

GetDefaultLogger builds a Logger with a configuration built from env vars.
New creates a new Logger from some configuration.

# Structs

Config is used to configure the Logger.

# Interfaces

Logger represents an entity that writes logs with custom fields.

# Type aliases

Fields is an alias for map used in withfields methods.