Improve logrus.Entry.Level documentation

This commit is contained in:
DmitriyMV
2017-07-14 14:59:01 +03:00
parent 51dc0fc643
commit 95002bc717
+1
View File
@@ -35,6 +35,7 @@ type Entry struct {
Time time.Time
// Level the log entry was logged at: Debug, Info, Warn, Error, Fatal or Panic
// This field will be set on entry firing and the value will be equal to the one in Logger struct field.
Level Level
// Message passed to Debug, Info, Warn, Error, Fatal or Panic