link
Avalon
Logging Descriptors
Home PlanetProductsCentral
Logging Descriptor
Description

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

Attributes
AttributeRequiredDescription
nameyes The logging category name.
Nested Elements
ElementOccuranceDescription
attributes0..1 A set of attribute declarations.
Example XML
<logger name="store"/>
<logger name="cache">
  <attributes>
    <attribute key="an-attribute" value="some value"/>
  </attributes>
</logger>