We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Using this file:
package main import "github.com/apsdehal/go-logger" func main () { aa, _ := logger.New(1, 1) aa.Warning("bbbbb") }
I get this result:
[33m#1 2019-06-14 06:39:31 log.go:8 ▶ WAR bbbbb [0m