This commit is contained in:
wanna
2021-08-13 13:27:43 +08:00
parent f56f689970
commit 31ef4e7b5a

View File

@ -253,4 +253,4 @@ func (l *Logger) SetHandlers(handlers ...Handler) {
//SetWriterColorEnable sets the file logging with color
func (l *Logger) SetWriterColorEnable(enabled bool) {
l.config.WriterColorEnable = enabled
}
}