Logging DescriptorDescriptionThe 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
Example XMLLogger descriptors are contained within a single <loggers> element. <loggers> <logger name="test"/> <logger name="internal"/> </loggers> |