https://github.com/mattn/go-colorable.git
|
|
il y a 12 ans | |
|---|---|---|
| _example | il y a 12 ans | |
| README.md | il y a 12 ans | |
| colorable_others.go | il y a 12 ans | |
| colorable_windows.go | il y a 12 ans |
Colorable writer for windows
logrus.SetOutput(colorable.NewColorableWriter())
logrus.Info("succeeded")
logrus.Warn("not correct")
logrus.Error("something error")
logrus.Fatal("panic")
$ go get github.com/mattn/go-colorable
MIT
Yasuhiro Matsumoto (a.k.a mattn)