package
0.1.0-beta.1
Repository: https://github.com/uber-go/zap.git
Documentation: pkg.go.dev

# Functions

Sample returns a sampling logger.
Standardize wraps a Logger to make it compatible with the standard library.

# Variables

ErrInvalidLevel indicates that the user chose an invalid Level when constructing a StandardLogger.

# Interfaces

StandardLogger is the interface exposed by the standard library's log.Logger.

# Type aliases

KeyValueMap implements zap.KeyValue backed by a map.