Target DirectiveNested Elements
Attributes
DescriptionA target is structure containing a relative component name together with a configuration and a logging categories directive . The supplied configuration and logging directive are used to override values for the identified component. Sample XML<!-- a target that overrides the configuration and logging priority of a component named "test3 in the containment path /subcontainer/include --> <target path="/subcontainer/include/test3"> <configuration> <source>using config.xml file</source> </configuration> <categories priority="DEBUG"/> </target> |