link
Avalon
Logging Descriptors
Home PlanetProductsCentral
Logging Descriptor
Description

The org.apache.avalon.meta.info.LoggerDescriptor class describes the set of logging channels that the component requires. The name of each logging channel is relative to the logging channel passed to the component. For example, a component hosted in a container names aaa/bbb/ccc will be supplied with a logging with a catagory of aaa.bbb.ccc.your-component and the logging categories defined in the meta-info model will be appended to that (using the period as a category delimiter).

Nested Elements
ElementOccuranceDescription
logger0..n A logging category declaration.
Example XML

Logger descriptors are contained within a single <loggers> element.

<loggers>
  <logger name="test"/>
  <logger name="internal"/>
</loggers>