mirror of
https://github.com/Rudi9719/loggy.git
synced 2026-03-22 05:17:26 +00:00
Misspelling
This commit is contained in:
2
loggy.go
2
loggy.go
@ -14,7 +14,7 @@ type LogLevel int
|
|||||||
const (
|
const (
|
||||||
// Debug output and below
|
// Debug output and below
|
||||||
Debug LogLevel = 5
|
Debug LogLevel = 5
|
||||||
// Info ouput and below
|
// Info output and below
|
||||||
Info LogLevel = 4
|
Info LogLevel = 4
|
||||||
// Warnings and below
|
// Warnings and below
|
||||||
Warnings LogLevel = 3
|
Warnings LogLevel = 3
|
||||||
|
|||||||
Reference in New Issue
Block a user