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

Method Fatal

pkg/log/logger.go:104–106  ·  view source on GitHub ↗

Fatal implements log.Interface.

(args ...any)

Source from the content-addressed store, hash-verified

102
103// Fatal implements log.Interface.
104func (l *Logger) Fatal(args ...any) {
105 l.entry().commit(FatalLevel, fmt.Sprint(args...))
106}
107
108// Debugf implements log.Interface.
109func (l *Logger) Debugf(msg string, v ...any) {

Callers 1

FatalfMethod · 0.95

Calls 2

entryMethod · 0.95
commitMethod · 0.45

Tested by

no test coverage detected