1 5 package org.jzonic.jlo; 6 7 11 public class MailSenderTest { 12 13 private static final Logger logger = LogManager.getLogger("org.jzonic.mail"); 14 15 public static void main(String [] args) { 16 String text = null; 17 try { 18 int length = text.length(); 19 } 20 catch (Exception e) { 21 logger.fatal("exception occured",e); 22 } 23 LogManager.getInstance().flush(); 24 } 25 } 26 | Popular Tags |