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

Method DebugFn

logger.go:260–262  ·  view source on GitHub ↗
(fn LogFunction)

Source from the content-addressed store, hash-verified

258}
259
260func (logger *Logger) DebugFn(fn LogFunction) {
261 logger.LogFn(DebugLevel, fn)
262}
263
264func (logger *Logger) InfoFn(fn LogFunction) {
265 logger.LogFn(InfoLevel, fn)

Callers 1

DebugFnFunction · 0.80

Calls 1

LogFnMethod · 0.95

Tested by

no test coverage detected