Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kpeu3i committed Feb 16, 2020
1 parent 6d9da7a commit 3fe472f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logrus_logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"github.com/sirupsen/logrus"
)

// LogrusFormatter represent a type of possible formatters.
// LogrusFormatter enumerates possible formatters.
type LogrusFormatter uint32

const (
Expand All @@ -15,7 +15,7 @@ const (
LogrusFormatterJSON
)

// LogrusLevel represent a type of possible log levels.
// LogrusLevel enumerates possible logging levels.
type LogrusLevel uint32

const (
Expand Down

0 comments on commit 3fe472f

Please sign in to comment.