update debug log usage and add fanciness to log printing
This commit is contained in:
parent
91498926d5
commit
1f192607b2
8 changed files with 27 additions and 25 deletions
|
|
@ -51,5 +51,5 @@ func Log(lvl int, msg, context string) {
|
|||
return
|
||||
}
|
||||
|
||||
fmt.Println("[" + context + "] " + msg)
|
||||
fmt.Println("\033[3m[" + context + "] " + msg + "\033[0m")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue