public Log4jTextFormatterShould()
 {
     formatter = new Log4jTextFormatter();
     output    = new StringWriter();
 }
Ejemplo n.º 2
0
 public Log4jTextFormatterTest()
 {
     formatter = new Log4jTextFormatter();
     output    = new StringWriter();
 }