# Functions
GetDefaultLogger builds a Logger with a configuration built from env vars.
New creates a new Logger from some configuration.
# Interfaces
Logger represents an entity that writes logs with custom fields.
# Type aliases
Fields is an alias for map used in withfields methods.