Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Sharp authored and Alex Sharp committed May 17, 2023
1 parent 8cffa37 commit 94cb2ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v3/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ type Logger interface {
Warn(msg string, ctx ...interface{})
Error(msg string, ctx ...interface{})
Crit(msg string, ctx ...interface{})
Log(level Lvl, msg string, ctx ...interface{})
}

type logger struct {
Expand Down

0 comments on commit 94cb2ca

Please sign in to comment.