package
1.4.1
Repository: https://github.com/m-lab/go.git
Documentation: pkg.go.dev

# Functions

CaptureLog captures all output from log.Println, etc.
NewLogEvery creates a logger that will log not more than once every interval.

# Variables

Debug is the package logger for debug messages.
LogxDebug controls whether the debug logger is enabled or not.

# Interfaces

A Logger has basic Printf and Println functions.