mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 20:40:26 +08:00
11 lines
155 B
Go
11 lines
155 B
Go
package oplogs
|
|
|
|
const (
|
|
LevelNone = "none"
|
|
LevelInfo = "info"
|
|
LevelDebug = "debug"
|
|
LevelWarn = "warn"
|
|
LevelError = "error"
|
|
LevelFatal = "fatal"
|
|
)
|