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

Method Errorf

pkg/log/logger.go:124–126  ·  view source on GitHub ↗

Errorf implements log.Interface.

(msg string, v ...any)

Source from the content-addressed store, hash-verified

122
123// Errorf implements log.Interface.
124func (l *Logger) Errorf(msg string, v ...any) {
125 l.Error(fmt.Sprintf(msg, v...))
126}
127
128// Fatalf implements log.Interface.
129func (l *Logger) Fatalf(msg string, v ...any) {

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.95

Tested by

no test coverage detected