Target Directive

Nested Elements

Element Occurance Description
categories 0..1 A logging categories directive.
configuration 0..1 An overriding configuration.

Attributes

Attribute Required Description
path yes The address of a named component or container relative the container in which the target has been imported e.g (/xxx/yyy/zzz).

Description

A 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>