Class TextColorRenderer

All Implemented Interfaces:
PropertySource, Renderer

public class TextColorRenderer extends AbstractAccumulatingRenderer

A console renderer with color support for terminal supporting ansi color codes.

 * file: ./src/gilot/Test.java
     src:  Test.java:12
     rule: AtLeastOneConstructor
     msg:  Each class should declare at least one constructor
     code: public class Test

 * file: ./src/gilot/log/format/LogInterpreter.java
     src:  LogInterpreter.java:317
     rule: AvoidDuplicateLiterals
     msg:  The same String literal appears 4 times in this file; the first occurrence is on line 317
     code: logger.error( "missing attribute 'app_arg' in rule '" + ((Element)element.getParent()).getAttributeValue( "name" ) + "'" );

     src:  LogInterpreter.java:317
     rule: AvoidDuplicateLiterals
     msg:  The same String literal appears 5 times in this file; the first occurrence is on line 317
     code: logger.error( "missing attribute 'app_arg' in rule '" + ((Element)element.getParent()).getAttributeValue( "name" ) + "'" );
 * warnings: 3