Skip to content

Commit

Permalink
Update golog.go
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDonelson authored Feb 25, 2020
1 parent 80f6b13 commit 1711bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golog.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ const (
const (
RawLevel = iota + 1 // None
ErrorLevel // Red 31 - Fatal & Error Levels are same
TraceLevel // Magneta 35
WarningLevel // Yellow 33
SuccessLevel // Green 32
NoticeLevel // Cyan 36
InfoLevel // White 37
DebugLevel // Blue 34
TraceLevel // Magneta 35
)

// Logger class that is an interface to user to log messages, Module is the module for which we are testing
Expand Down

0 comments on commit 1711bf4

Please sign in to comment.