Categorygithub.com/fravega/go-logger/v2
modulepackage
2.2.0
Repository: https://github.com/fravega/go-logger.git
Documentation: pkg.go.dev

# README

go-logger

Wrapps logrus logger adding new extensions

# 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.