Log4j 1.1.3

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
 
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.1.3

Please notify me about new log4j releases.