!284 更新gconsole

Merge pull request !284 from a-alpha/alpha-dev
This commit is contained in:
a-alpha 2023-11-16 03:30:32 +00:00 committed by Gitee
commit 10aaa61bd4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 4 additions and 4 deletions

View File

@ -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{}) {