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

Method Warnf

pkg/log/logger.go:119–121  ·  view source on GitHub ↗

Warnf implements log.Interface.

(msg string, v ...any)

Source from the content-addressed store, hash-verified

117
118// Warnf implements log.Interface.
119func (l *Logger) Warnf(msg string, v ...any) {
120 l.Warn(fmt.Sprintf(msg, v...))
121}
122
123// Errorf implements log.Interface.
124func (l *Logger) Errorf(msg string, v ...any) {

Callers

nothing calls this directly

Calls 1

WarnMethod · 0.95

Tested by

no test coverage detected