I want to add a replace attribute function to handle custom log level & wording (FATAL, TRACE).
I've noticed that adding a ReplaceAttrs functions only handling custom level to string break the source parameters format and level colorization. A weird struct is displayed instead of the colored file:line and the levels are greyed out.
Does that mean that I have the re-implement the wheel if I wish to add more human friendly log level ?
Cheers