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

Method Panicf

logger.go:194–196  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

192}
193
194func (logger *Logger) Panicf(format string, args ...interface{}) {
195 logger.Logf(PanicLevel, format, args...)
196}
197
198// Log will log a message at the level given as parameter.
199// Warning: using Log at Panic or Fatal level will not respectively Panic nor Exit.

Callers

nothing calls this directly

Calls 1

LogfMethod · 0.95

Tested by

no test coverage detected