MCPcopy
hub / github.com/op/go-logging / Debugf

Method Debugf

logger.go:253–255  ·  view source on GitHub ↗

Debugf logs a message using DEBUG as log level.

(format string, args ...interface{})

Source from the content-addressed store, hash-verified

251
252// Debugf logs a message using DEBUG as log level.
253func (l *Logger) Debugf(format string, args ...interface{}) {
254 l.log(DEBUG, &format, args...)
255}
256
257func init() {
258 Reset()

Callers 3

TestRedactfFunction · 0.80
ExampleFunction · 0.80
mainFunction · 0.80

Calls 1

logMethod · 0.95

Tested by 2

TestRedactfFunction · 0.64
ExampleFunction · 0.64