Skip to content

Commit

Permalink
feat:Logger
Browse files Browse the repository at this point in the history
  • Loading branch information
rezmoss authored Jan 11, 2025
1 parent 00d5a39 commit bd783eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"time"
)

// LogLevel represents different logging levels
// LogLevel represents different logging level
type LogLevel int

const (
Expand Down

0 comments on commit bd783eb

Please sign in to comment.