I have a log file that has a lot of tagging information, i.e, "ERROR", "WARNING", "*". I want to show the log info with different color/fonts based on the tagging info. How can I do that?
Do I have to come up with my own major/minor modes? Is there some elisp code that I can reuse?