mirror of
https://github.com/Rudi9719/loggy.git
synced 2026-08-21 21:50:18 +00:00
Misspelling
This commit is contained in:
@@ -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