do-trace-message

Causes the trace message provided by <arg-string> to DSTRACE if the specified level is less than or equal to the currently configured trace level.

Example

<do-trace-level level="0" color="blue">  <arg-string>  <token-text>placing new object at </token-text>  <token-dest-dn/>  </arg-string> </do-status >

Allowed Content

Element

Description

arg-string

String argument.

Attributes

Attribute

Possible Values

Default Value

color

black | blue | green | cyan | red | purple | brown | grey | drgrey | brblue | brgreen | brcyan | brred | brpurple | yellow | white

Color of the text to send.

brpurple

disabled

true | false

True if this element is disabled.

false

level

CDATA

Minimum trace level at which to send the message.

0

notrace

true | false

True if this element should not be traced during execution of the policy.

false

Content Rule

( arg-string )

Parent Elements

Element

Description

actions

Actions that are performed by a <rule>.

arg-actions

Actions argument.