tint icon indicating copy to clipboard operation
tint copied to clipboard

Custom log level names with color

Open nasdf opened this issue 10 months ago • 3 comments

It'd be great to be able to customize the log level names and keep the colors.

I think simple package level variables would work for most use cases.

var (
  InfoLevelName  = "INF"
  ErrorLevelName = "ERR"
)

Happy to submit a PR if you agree with the feature.

nasdf avatar Apr 22 '24 21:04 nasdf