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

Method Info

entry.go:323–325  ·  view source on GitHub ↗
(args ...interface{})

Source from the content-addressed store, hash-verified

321}
322
323func (entry *Entry) Info(args ...interface{}) {
324 entry.Log(InfoLevel, args...)
325}
326
327func (entry *Entry) Warn(args ...interface{}) {
328 entry.Log(WarnLevel, args...)

Callers 4

TestEntryHooksPanicFunction · 0.95
TestEntryFormatterRaceFunction · 0.95
PrintMethod · 0.95

Calls 1

LogMethod · 0.95

Tested by 3

TestEntryHooksPanicFunction · 0.76
TestEntryFormatterRaceFunction · 0.76