From 635ca6698e619caaa3c707f47e7831bd01c97f7a Mon Sep 17 00:00:00 2001 From: chenxinquan Date: Thu, 16 Nov 2023 11:27:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0gconsole?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gconsole/Utils.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gconsole/Utils.go b/src/gconsole/Utils.go index 72f5e0d..10fa6cc 100644 --- a/src/gconsole/Utils.go +++ b/src/gconsole/Utils.go @@ -45,10 +45,10 @@ const ( A_DEBUG_LEVEL_WARNING int = 2 A_DEBUG_LEVEL_ERROR int = 3 - A_DEBUG_LEVEL_STR_INFO string = "info" - A_DEBUG_LEVEL_STR_NOTE string = "note" - A_DEBUG_LEVEL_STR_WARNING string = "warning" - A_DEBUG_LEVEL_STR_ERROR string = "error" + A_DEBUG_LEVEL_STR_INFO string = "[*] info" + A_DEBUG_LEVEL_STR_NOTE string = "[?] note" + A_DEBUG_LEVEL_STR_WARNING string = "[!] warning" + A_DEBUG_LEVEL_STR_ERROR string = "[-] error" ) func A_DEBUG(head string, args ...interface{}) {