Log4j 1.1b7

org.apache.log4j.examples
Class Trivial

java.lang.Object
  |
  +--org.apache.log4j.examples.Trivial

public class Trivial
extends Object

View the source code of this a trivial usage example. Running java org.apache.log4j.examples.Trivial should output something similar to:

0    INFO  [main] org.apache.log4j.examples.Trivial (Client #45890) - Awake awake. Put on thy strength.
15   DEBUG [main] org.apache.log4j.examples.Trivial (Client #45890 DB) - Now king David was old.
278  INFO  [main] org.apache.log4j.examples.Trivial$InnerTrivial (Client #45890) - Entered foo.
293  INFO  [main] org.apache.log4j.examples.Trivial (Client #45890) - Exiting Trivial.   

The increasing numbers at the beginning of each line are the times elapsed since the start of the program. The string between the parentheses is the nested diagnostic context.

See Sort and SortAlgo for sligtly more elaborate examples.

Note thent class files for the example code is not included in any of the distributed log4j jar files. You will have to add the directory /dir-where-you-unpacked-log4j/classes to your classpath before trying out the examples.


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

Constructor Detail

Trivial

public Trivial()
Method Detail

main

public static void main(String[] args)

Log4j 1.1b7

Please notify me about new log4j releases.