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