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