Log4j 1.1b7

org.apache.log4j.xml.examples
Class XTest

java.lang.Object
  |
  +--org.apache.log4j.xml.examples.XTest

public class XTest
extends Object

A simple example showing Category sub-classing. It shows the minimum steps necessary to implement one's CategoryFactory and that sub-classes can follow the hiearchy See source code for more details.


Constructor Summary
XTest()
           
 
Method Summary
static void main(String[] argv)
          This program will just print DEBUG [main] some.cat - Hello world.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XTest

public XTest()
Method Detail

main

public static void main(String[] argv)
This program will just print
DEBUG [main] some.cat - Hello world.
and exit.

Log4j 1.1b7

Please notify me about new log4j releases.