This commit is contained in:
wanna
2021-08-13 13:24:28 +08:00
parent 17b73e7cb3
commit f56f689970

View File

@ -157,4 +157,4 @@ func SetHandlers(handlers ...Handler) {
//SetWriterColorEnable sets the file logging with color
func SetWriterColorEnable(enabled bool) {
logger.SetWriterColorEnable(enabled)
}
}