FileDocCategorySizeDatePackage
StartLogFactor5.javaAPI DocApache log4j 1.2.153000Sat Aug 25 00:09:38 BST 2007org.apache.log4j.lf5

StartLogFactor5

public class StartLogFactor5 extends Object
Starts an instance of the LogFactor5 console for off-line viewing.
author
Brad Marlborough
author
Richard Hurst

Fields Summary
Constructors Summary
Methods Summary
public static final voidmain(java.lang.String[] args)
Main - starts a an instance of the LogFactor5 console and configures the console settings.


    LogBrokerMonitor monitor = new LogBrokerMonitor(
        LogLevel.getLog4JLevels());

    monitor.setFrameSize(LF5Appender.getDefaultMonitorWidth(),
        LF5Appender.getDefaultMonitorHeight());
    monitor.setFontSize(12);
    monitor.show();