MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / Debugf

Method Debugf

pkg/log/logger.go:109–111  ·  view source on GitHub ↗

Debugf implements log.Interface.

(msg string, v ...any)

Source from the content-addressed store, hash-verified

107
108// Debugf implements log.Interface.
109func (l *Logger) Debugf(msg string, v ...any) {
110 l.Debug(fmt.Sprintf(msg, v...))
111}
112
113// Infof implements log.Interface.
114func (l *Logger) Infof(msg string, v ...any) {

Callers

nothing calls this directly

Calls 1

DebugMethod · 0.95

Tested by

no test coverage detected