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();