Logging Descriptor

Attributes

Attribute Required Description
name yes The logging category name.

Nested Elements

Element Occurance Description
attributes 0..1 A set of attribute declarations.

Description

The org.apache.avalon.meta.info.LoggerDescriptor class describes the a logging channel that the component requires.

Example XML

<logger name="store"/>
<logger name="cache">
  <attributes>
    <attribute key="an-attribute" value="some value"/>
  </attributes>
</logger>