Logging DescriptorAttributes
Nested Elements
DescriptionThe 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> |