org.apache.log4j.xml.examples

Class XMLSample


public class XMLSample
extends java.lang.Object

This example code shows how to read an XML based configuration file using a DOM parser.

Sample XML files sample1.xml and sample2.xml are provided.

Note that the log4j.dtd is not in the local directory. It is found by the class loader.

Method Summary

static void
main(argv[] )

Method Details

main

public static void main(argv[] )