Specifications

System Software Diagnostics Guide — September 2006 151
Runtime Trace Facility (RTF) Reference
The Module tag includes the following attributes:
name
Indicates the name of a module to be configured. Intel Dialogic runtime libraries have module
names in the default RTF configuration file. Example module names in the RTF configuration file
include:
“gc”
“libsrl”
“spwrdevmgmt”
state
Specifies the state of the module. Valid values are as follows:
1
Module is enabled. Trace messages associated with this label will be sent to the trace output.
This is the default value.
0
Module is disabled. Trace messages associated with this label will not be sent to the trace
output.
28.3.8 MLabel Tag
The MLabel tag is a child tag of the Module tag. The MLabel tag is used to configure module
labels. If a label is defined at the global level and the same label is defined at the module level, the
module level configuration overrides the global configuration for the module. The MLabel tag has
the following two attributes:
name
Indicates the name of the label to be configured. The Intel Dialogic runtime libraries have module
label names in the default RTF configuration file. Example module label names in the RTF
configuration file include:
“APPL
“DEBG”
“WARN”
state
Specifies the state of the label. Valid values are as follows:
1
Label is enabled. Trace messages associated with this label will be sent to the trace output.
This is the default value.