blob: 67c2cf4c5f0780f17c4ffdf8d44fd85915081aed [file] [log] [blame]
<?xml version="1.0" standalone="no"?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<section id="detecting.log4j">
<title>Log4J Configuration Detection Criteria</title>
<para>
Bundlor scans for Log4J configuration files. If it detects this file type, it scans the file for a
number of values that contain class names.
</para>
<section>
<title>Log4J Configuration Values</title>
<para>
Using XPath syntax, the following is a list of values searched for type names
<itemizedlist>
<listitem><literal>//appender/@class</literal></listitem>
<listitem><literal>//layout/@class</literal></listitem>
</itemizedlist>
</para>
</section>
</section>