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

Method Warn

pkg/log/logger.go:94–96  ·  view source on GitHub ↗

Warn implements log.Interface.

(args ...any)

Source from the content-addressed store, hash-verified

92
93// Warn implements log.Interface.
94func (l *Logger) Warn(args ...any) {
95 l.entry().commit(WarnLevel, fmt.Sprint(args...))
96}
97
98// Error implements log.Interface.
99func (l *Logger) Error(args ...any) {

Callers 2

TestLoggerFunction · 0.95
WarnfMethod · 0.95

Calls 2

entryMethod · 0.95
commitMethod · 0.45

Tested by 1

TestLoggerFunction · 0.76