You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-user@logging.apache.org by "Mark R. Diggory" <md...@latte.harvard.edu> on 2002/09/13 06:18:18 UTC

XML Configuration

Another question:

What is the difference between name and class in a category?

<!-- If no level element is specified, then the configurator MUST not -->
<!-- touch the level of the named category. -->
<!ELEMENT category (param*, (priority | level)?, appender-ref*)>
<!ATTLIST category
    class CDATA #IMPLIED
    name CDATA #REQUIRED
    additivity (true | false) "true"
 >

ie

<category name="???" class="???">
    ...
</category>

-Mark




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>