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

Colorful and simple logging library for Golang

Results 5 go-log issues
Sort by recently updated
recently updated
newest added

Blue coloured timestamp on a dark / light terminal is very hard to the eyes, I'd suggest changing it to Cyan or no color

When running an external program, it would be nice if I could redirect the output from cmd.Stdout to logger.Debug. is this possible as of now?

Hi, how can we use this logging framework to be available across all the packages in my code. something like global logging.