日志级别增加success

This commit is contained in:
刘祥超
2021-06-06 13:40:25 +08:00
parent 6dcd3f2a98
commit 969bb2bcda

View File

@@ -5,6 +5,7 @@ const (
LevelInfo = "info"
LevelWarning = "warning"
LevelError = "error"
LevelSuccess = "success"
LogTypeAdmin = "admin"
LogTypeUser = "user"