go-logging icon indicating copy to clipboard operation
go-logging copied to clipboard

Color verb

Open jbenet opened this issue 9 years ago • 1 comments

Would be nice if the color verb supported other ansi colors (other than just the log color)

e.g.

var LogFormat = "%{color:gray}%{time:15:04:05.999} %{color}%{level} %{color:gray}%{shortfile}:  %{color:reset}%{message}"

You could wrap one of the ansi color libs out there

jbenet avatar Oct 17 '14 07:10 jbenet

Definitley!

op avatar Oct 17 '14 20:10 op