//
pkg.gl
Category
github.com/elastic/go-lumber
log
package
0.1.1
Repository:
https://github.com/elastic/go-lumber.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
194
Files
26 SLOC
#
Functions
Print
Print calls Logger.Print to print to the standard logger.
Printf
Printf calls Logger.Printf to print to the standard logger.
Println
Println calls Logger.Println to print to the standard logger.
#
Variables
Logger
Logger provides the global logger used by go-lumber.
#
Interfaces
Logging
Logging interface custom loggers must implement.