MCPcopy
hub / github.com/marmotedu/iam / Debugf

Function Debugf

pkg/log/log.go:395–397  ·  view source on GitHub ↗

Debugf method output debug level log.

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

Source from the content-addressed store, hash-verified

393
394// Debugf method output debug level log.
395func Debugf(format string, v ...interface{}) {
396 std.zapLogger.Sugar().Debugf(format, v...)
397}
398
399func (l *zapLogger) Debugf(format string, v ...interface{}) {
400 l.zapLogger.Sugar().Debugf(format, v...)

Callers 15

GetKeyMethod · 0.92
GetMultiKeyMethod · 0.92
GetRawKeyMethod · 0.92
GetExpMethod · 0.92
SetKeyMethod · 0.92
DecrementMethod · 0.92
IncrememntWithExpireMethod · 0.92
GetKeysMethod · 0.92
DeleteKeyMethod · 0.92
DeleteScanMatchMethod · 0.92
DeleteKeysMethod · 0.92
GetAndDeleteSetMethod · 0.92

Calls 1

DebugfMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…