01: /*
02: * Created on 21.06.2004
03: * Created by crappy eclipse.
04: */
05: package org.jzonic.jlo;
06:
07: /**
08: * @author Mecky
09: * shoot me because I am using eclipse
10: */
11: public class MailSenderTest {
12:
13: private static final Logger logger = LogManager
14: .getLogger("org.jzonic.mail");
15:
16: public static void main(String[] args) {
17: String text = null;
18: try {
19: int length = text.length();
20: } catch (Exception e) {
21: logger.fatal("exception occured", e);
22: }
23: LogManager.getInstance().flush();
24: }
25: }
|