Hi,
Is there a way to setup Textmate (for Ruby on Rails development) such that when I'm "tailing" the error log I will get different line colors for errors based on the severity of the error?
Eg - logger.error ('xxx') => RED - logger.warning ('xxx') => ORANGE - etc
Thanks in advance Greg