@@ -15,13 +15,14 @@ import (
type LogLevel int
const (
Panic LogLevel = iota
Trace
Debug
Info
Warn
Error
Fatal
LevelLoggerOff LogLevel = iota
PanicLevel
TraceLevel
DebugLevel
InfoLevel
WarnLevel
ErrorLevel
FatalLevel
)
// type LevelLogger interface {
The note is not visible to the blocked user.