package
0.0.0-20190408051622-ebf3c7b94afd
Repository: https://github.com/m3db/m3x.git
Documentation: pkg.go.dev
# Functions
NewErrField wraps an error string as a Field named "error".
NewField creates a new log field.
NewLevelLogger returns a logger that only logs messages with a minimum of level.
NewLogger returns a Logger that writes to the given writer.
ParseLevel parses a log level string to log level.
# Constants
The minimum level that will be logged.
The minimum level that will be logged.
The minimum level that will be logged.
The minimum level that will be logged.
The minimum level that will be logged.
The minimum level that will be logged.
# Variables
NullLogger is a logger that emits nowhere.
SimpleLogger prints logging information to standard out.
# Structs
Configuration defines configuration for logging.
# Interfaces
Field is a single field of additional information passed to the logger.
Logger provides an abstract interface for logging.
LoggerFields is a list of Fields used to pass additional information to the logger.