public Log4jTextFormatterShould()
 {
     formatter = new Log4jTextFormatter();
     output    = new StringWriter();
 }
Example #2
0
 public Log4jTextFormatterTest()
 {
     formatter = new Log4jTextFormatter();
     output    = new StringWriter();
 }