github.com/sirupsen/logrus v1.2.0

This commit is contained in:
Jordan Liggitt
2019-04-05 13:35:02 -04:00
parent 65a6613fe2
commit 3cabb5e654
46 changed files with 1046 additions and 327 deletions

View File

@@ -24,6 +24,8 @@ func (entry *Entry) WriterLevel(level Level) *io.PipeWriter {
var printFunc func(args ...interface{})
switch level {
case TraceLevel:
printFunc = entry.Trace
case DebugLevel:
printFunc = entry.Debug
case InfoLevel: