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

Method Panic

logger.go:252–254  ·  view source on GitHub ↗
(args ...interface{})

Source from the content-addressed store, hash-verified

250}
251
252func (logger *Logger) Panic(args ...interface{}) {
253 logger.Log(PanicLevel, args...)
254}
255
256func (logger *Logger) TraceFn(fn LogFunction) {
257 logger.LogFn(TraceLevel, fn)

Callers

nothing calls this directly

Calls 1

LogMethod · 0.95

Tested by

no test coverage detected