Package org.apache.log4j.lf5

Source Code of org.apache.log4j.lf5.StartLogFactor5

/*    */ package org.apache.log4j.lf5;
/*    */
/*    */ import org.apache.log4j.lf5.viewer.LogBrokerMonitor;
/*    */
/*    */ public class StartLogFactor5
/*    */ {
/*    */   public static final void main(String[] args)
/*    */   {
/* 56 */     LogBrokerMonitor monitor = new LogBrokerMonitor(LogLevel.getLog4JLevels());
/*    */
/* 59 */     monitor.setFrameSize(LF5Appender.getDefaultMonitorWidth(), LF5Appender.getDefaultMonitorHeight());
/*    */
/* 61 */     monitor.setFontSize(12);
/* 62 */     monitor.show();
/*    */   }
/*    */ }

/* Location:           /home/mnovotny/projects/EMBEDDED_JBOSS_BETA3_COMMUNITY/embedded/output/lib/embedded-jboss/lib/thirdparty-all.jar
* Qualified Name:     org.apache.log4j.lf5.StartLogFactor5
* JD-Core Version:    0.6.0
*/
TOP

Related Classes of org.apache.log4j.lf5.StartLogFactor5

TOP
Copyright © 2018 www.massapi.com. 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.