MCPcopy
hub / github.com/uber/aresdb / Debugf

Method Debugf

common/log.go:27–27  ·  view source on GitHub ↗

Log at debug level with fmt.Printf-like formatting

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

Source from the content-addressed store, hash-verified

25
26 // Log at debug level with fmt.Printf-like formatting
27 Debugf(format string, args ...interface{})
28
29 // Log at info level
30 Info(args ...interface{})

Callers 15

ListLogFilesMethod · 0.65
DeleteSnapshotMethod · 0.65
DeleteBatchesMethod · 0.65
AppendMethod · 0.65
TryEvictBatchColumnMethod · 0.65
deleteManagedObjectMethod · 0.65
tryEvictionMethod · 0.65

Implementers 2

ZapLoggercommon/log.go
NoopLoggercommon/log.go

Calls

no outgoing calls

Tested by

no test coverage detected