org.japano.util
Class Log4jMonitor

java.lang.Object
  extended by org.japano.util.Log4jMonitor

public class Log4jMonitor
extends java.lang.Object

Log4jMonitor is a log4j monitor which connects to a log4j socket hub appender and dumps the collected log entries to an GUI. It uses the LF5Appender and connects to 127.0.0.1:9990 by default

Version:
$Id: Log4jMonitor.java,v 1.2 2005/09/27 21:30:51 fforw Exp $ SourceForge.net Logo
Author:
Sven Helmberger ( sven dot helmberger at gmx dot de )

Constructor Summary
Log4jMonitor()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log4jMonitor

public Log4jMonitor()
Method Detail

main

public static void main(java.lang.String[] args)