Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sirupsen/logrus
/ FatalFn
Method
FatalFn
logger.go:286–289 ·
view source on GitHub ↗
(fn LogFunction)
Source
from the content-addressed store, hash-verified
284
}
285
286
func
(logger *Logger) FatalFn(fn LogFunction) {
287
logger.LogFn(FatalLevel, fn)
288
logger.Exit(1)
289
}
290
291
func
(logger *Logger) PanicFn(fn LogFunction) {
292
logger.LogFn(PanicLevel, fn)
Callers
1
FatalFn
Function · 0.80
Calls
2
LogFn
Method · 0.95
Exit
Method · 0.95
Tested by
no test coverage detected