Log file colour coding based on error level (debug,info,error etc)
-
Hi
I read a lot of logs files produced from various application that include the error level of the entry.
E.g. TRACE, DEBUG,INFO,WARN,ERROR
Is there a way to user define a language to show them colour coded?
Thanks
-
You can try here:
https://github.com/notepad-plus-plus/userDefinedLanguagesThere are also some plugins that do sort of this thing:
https://sourceforge.net/projects/analyseplugin/
https://github.com/nex3z/NppLogGazerCheers.