Package com.ateam.webstore.utilities

Examples of com.ateam.webstore.utilities.LogFormatter


     
     
      String logFile = "/var/log/tomcat6/"+arg0.getServletContext().getContextPath().substring(1).replace("/", "_")+".log";
     
      fileHandler = new FileHandler(logFile, 0, 1, true);
      fileHandler.setFormatter(new LogFormatter());
      l.addHandler(fileHandler);       


    } catch (SecurityException e) {
      e.printStackTrace();
View Full Code Here

TOP

Related Classes of com.ateam.webstore.utilities.LogFormatter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.