更新 simplelog.go

This commit is contained in:
lion187 2025-02-24 21:08:18 +08:00
parent d697c0a470
commit bce467ec3e

View File

@ -46,7 +46,7 @@ const (
var LevelName [6]string = [6]string{"Trace", "Debug", "Info ", "Warn ", "Error", "Fatal"} var LevelName [6]string = [6]string{"Trace", "Debug", "Info ", "Warn ", "Error", "Fatal"}
const TimeFormat = "2006/01/02 15:04:05" const TimeFormat = "2006/01/02 15:04:05.999"
const maxBufPoolSize = 16 const maxBufPoolSize = 16