feat: refactor.
This commit is contained in:
12
logger/options.go
Normal file
12
logger/options.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package logger
|
||||
|
||||
type Type string
|
||||
|
||||
const (
|
||||
Std Type = "std"
|
||||
Fluent Type = "fluent"
|
||||
Logrus Type = "logrus"
|
||||
Zap Type = "zap"
|
||||
Aliyun Type = "aliyun"
|
||||
Tencent Type = "tencent"
|
||||
)
|
||||
Reference in New Issue
Block a user