org.log4j.xml.examples
Class XTest
java.lang.Object
|
+--org.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 |
XTest
public XTest()
main
public static void main(String[] argv)
- This program will just print
DEBUG [main] some.cat - Hello world.
and exit.
Please notify me about new log4j releases.