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

Method Debug

pkg/log/logger.go:84–86  ·  view source on GitHub ↗

Debug implements log.Interface.

(args ...any)

Source from the content-addressed store, hash-verified

82
83// Debug implements log.Interface.
84func (l *Logger) Debug(args ...any) {
85 l.entry().commit(DebugLevel, fmt.Sprint(args...))
86}
87
88// Info implements log.Interface.
89func (l *Logger) Info(args ...any) {

Callers 2

TestLoggerFunction · 0.95
DebugfMethod · 0.95

Calls 2

entryMethod · 0.95
commitMethod · 0.45

Tested by 1

TestLoggerFunction · 0.76