do-trace-message

The <do-trace-message> action 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-message color="blue" level="0">
  <arg-string>
    <token-text>placing new object at </token-text>
    <token-dest-dn/>
  </arg-string>
</do-trace-message>

1. Allowed Content

arg-string
string argument

2. Attributes

AttributeValue(s)Default Value
color black   |  blue   |  green   |  cyan   |  red   |  purple   |  brown   |  grey   |  drgrey   |  brblue   |  brgreen   |  brcyan   |  brred   |  brpurple   |  yellow   |  white
color of text to emit
brpurple
disabled true   |  false
true if this element is disabled
false
level CDATA
minimum trace level at which to emit message
0
notrace true   |  false
false

3. Content Rule

( arg-string )

4. Parent Elements

actions
  actions that are performed by a <rule>
arg-actions
  actions argument

Top Elements || All Elements || Tree


DirXMLScript DTD