DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17341>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17341 Chainsaw color coding ------- Additional Comments From [EMAIL PROTECTED] 2003-02-24 16:23 ------- This is even better, Scott Deboy wrote on the list: Jakarta RegExp used to build display and colorizing filters. The DisplayFilter associates columns with regular expressions. If the value in that column passes the regexp, then the row is added to the display. ColorFilters work the same way except they map columns and regular expressions to a Color. For example, colorFilter.addFilter("Level", "WARN|INFO", Color.RED) will do the obvious. If a DisplayFilter exists, the row must pass at least one filter to be displayed. If there are no display filters, all rows pass. --- Maybe an XML file to configure chainsaw could include these settings? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]