Update logger.go

This commit is contained in:
Radmehr Soleimanian 2025-04-03 01:03:26 +03:30 committed by GitHub
parent a9d27293de
commit 6a4528640e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,13 +36,13 @@ type LogLevel int
const (
// Silent silent log level
Silent LogLevel = iota + 1
Silent LogLevel = 12
// Error error log level
Error
Error LogLevel = 8
// Warn warn log level
Warn
Warn = 4
// Info info log level
Info
Info = 0
)
// Writer log writer interface