package
1.26.4
Repository: https://github.com/contentsquare/chproxy.git
Documentation: pkg.go.dev

# Functions

Debugf prints debug message according to a format.
Errorf prints warning message according to a format.
ErrorWithCallDepth prints err into error log using the given callDepth.
Fatalf prints fatal message according to a format and exits program.
Infof prints info message according to a format.
SetDebug sets output into debug mode if true passed.
SuppressOutput suppresses all output from logs if `suppress` is true used while testing.

# Variables

NilLogger suppresses all the log messages.