From bce467ec3e8098c12dd56f247ce11545ed377371 Mon Sep 17 00:00:00 2001 From: lion187 Date: Mon, 24 Feb 2025 21:08:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20simplelog.go?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- simplelog.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simplelog.go b/simplelog.go index f0cf043..df42802 100644 --- a/simplelog.go +++ b/simplelog.go @@ -46,7 +46,7 @@ const ( 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