Open paraggupta1993 opened 10 years ago
+1
filenames, text inside quotes, urls, ip addresses, etc, etc ...
Can I highlight the message for different severity level ? Like info, debug, warn, error, fatal etc...
Thanks.
Hi @paraggupta1993 & @gavinengel ,
I use a trick by adding a class to the message span named lmessage.get('level')
at logMessage.html in template, and define the class in Log.io.css to change the text color.
Here is my fork rep Log.v4
@radmonac have you done a merge request with your work?
Hello,
Is there a way to predefine the highlighting of certain logs based on a particular syntax/regex ? I want to see my error logs in red color, warn in yellow and so on ....
Thanks.