tint
tint copied to clipboard
Custom log level names with color
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.