MCPcopy Create free account
hub / github.com/labstack/gommon / Debugf

Function Debugf

log/log.go:284–286  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

282}
283
284func Debugf(format string, args ...interface{}) {
285 global.Debugf(format, args...)
286}
287
288func Debugj(j JSON) {
289 global.Debugj(j)

Callers

nothing calls this directly

Calls 1

DebugfMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…