//
pkg.gl
Category
github.com/m-lab/go
logx
package
1.4.1
Repository:
https://github.com/m-lab/go.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
11
Dependents
20
Files
126 SLOC
#
Functions
CaptureLog
CaptureLog captures all output from log.Println, etc.
NewLogEvery
NewLogEvery creates a logger that will log not more than once every interval.
#
Variables
Debug
Debug is the package logger for debug messages.
LogxDebug
LogxDebug controls whether the debug logger is enabled or not.
#
Interfaces
Logger
A Logger has basic Printf and Println functions.