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

Method Infof

pkg/log/logger.go:114–116  ·  view source on GitHub ↗

Infof implements log.Interface.

(msg string, v ...any)

Source from the content-addressed store, hash-verified

112
113// Infof implements log.Interface.
114func (l *Logger) Infof(msg string, v ...any) {
115 l.Info(fmt.Sprintf(msg, v...))
116}
117
118// Warnf implements log.Interface.
119func (l *Logger) Warnf(msg string, v ...any) {

Callers 1

TestLoggerFunction · 0.95

Calls 1

InfoMethod · 0.95

Tested by 1

TestLoggerFunction · 0.76