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

Method Info

pkg/log/logger.go:89–91  ·  view source on GitHub ↗

Info implements log.Interface.

(args ...any)

Source from the content-addressed store, hash-verified

87
88// Info implements log.Interface.
89func (l *Logger) Info(args ...any) {
90 l.entry().commit(InfoLevel, fmt.Sprint(args...))
91}
92
93// Warn implements log.Interface.
94func (l *Logger) Warn(args ...any) {

Callers 4

TestLoggerFunction · 0.95
TestMiddlewareFunction · 0.95
InfofMethod · 0.95
ExampleMiddlewareFunction · 0.95

Calls 2

entryMethod · 0.95
commitMethod · 0.45

Tested by 3

TestLoggerFunction · 0.76
TestMiddlewareFunction · 0.76
ExampleMiddlewareFunction · 0.76