package
0.1.1
Repository: https://github.com/elastic/go-lumber.git
Documentation: pkg.go.dev

# Functions

Print calls Logger.Print to print to the standard logger.
Printf calls Logger.Printf to print to the standard logger.
Println calls Logger.Println to print to the standard logger.

# Variables

Logger provides the global logger used by go-lumber.

# Interfaces

Logging interface custom loggers must implement.