MCPcopy
hub / github.com/sirupsen/logrus / Fatal

Function Fatal

exported.go:133–135  ·  exported.go::Fatal

Fatal logs a message at level Fatal on the standard logger then the process will exit with status set to 1.

(args ...interface{})

Source from the content-addressed store, hash-verified

131
132// Fatal logs a message at level Fatal on the standard logger then the process will exit with status set to 1.
133func Fatal(args ...interface{}) {
134 std.Fatal(args...)
135}
136
137// TraceFn logs a message from a func at level Trace on the standard logger.
138func TraceFn(fn LogFunction) {

Callers

nothing calls this directly

Calls 1

FatalMethod · 0.65

Tested by

no test coverage detected