Skip to main content
Version: 2.4

Trace bits

Trace bits and least significant Byte

The LogMask and the CollectedLogMask settings are controlled with trace bits. The following graphic illustrates this: Hex mask illustration

The trace level of the log mask is set by the least significant byte (LSB) of the TraceMask-setting. Change this single digit to set a new trace level.

Least Significant Byte (LSB)Meaning
xxxxxxx0Logging is turned off
xxxxxxx1Only fatal errors are logged
xxxxxxx2Only fatal errors and errors are logged
xxxxxxx3Only fatal errors, errors and warnings are logged
xxxxxxx4Only fatal errors, errors, warnings and informational messages are logged
xxxxxxx5 - xxxxxxxFFatal errors, errors, warnings, informational and debug messages are logged

The other digits of the Tracemask-parameters define which trace message types are logged when the trace level in the last digit is set to debug. The following list shows all defined trace bits of the trace mask. They are only relevant when the trace level of the log mask is set to log debug messages. Conversely, setting the trace level to log debug messages requires that also one or several of the trace bits are set. Multiple messages can be combined via bitwise OR.

Definition for CRMConnectorSAPTrace BitDefinition for CRMConnectorOutboundSAPTrace Bit
COMMUNICATION0x00000010RfcServer0x00002000
TPI0x00000020CREATE0x01000000
ICM0x00000040DELETE0x02000000
AGENT0x00000080BEGIN_METHOD0x04000000
CALL0x00000100END_METHOD0x08000000
ROUTE0x00000010
TRANSACTION0x00002000
SCHEDULER0x00004000
CONFIG0x00008000
MESSAGE_NAME0x00010000
MESSAGE_DETAIL0x00020000
HEARTBEAT0x00040000
PERFORMANCE_DATA0x00080000
MANAGER0x00080000
CREATE0x00080000
DELETE0x00080000
BEGIN_METHOD0x00080000
END_METHOD0x00080000
COLLECTED0x80000000
Definition for Data StoreTrace BitDefinition for Chat ConnectorTrace Bit
COMMUNICATION0x00000010COMMUNICATION0x00000010
SERVICE0x00000800SERVICE0x00000020
TRANSACTION0x00002000CHATCONNECTOR0x00000040
SCHEDULER0x00004000MMGATEMCO0x00000080
CONFIG0x00008000MULTISESSIONUSERMAPPING0x00000100
MESSAGE_NAME0x00010000AGENTTASK0x00000200
MESSAGE_DETAIL0x00020000MCILGATE0x00000400
HEARTBEAT0x00040000MCILGATEMCO0x00000800
PERFORMANCE_DATA0x00080000CHATGATEMCO0x00001000
CREATE0x01000000JABBERGATEMCO0x00002000
DELETE0x02000000JABBERGATE0x00004000
BEGIN_METHOD0x04000000COLLECTED0x80000000
END_METHOD0x08000000
COLLECTED0x80000000

Multiple message type settings can be combined via bitwise OR. Note that the COLLECTED bit (0x80000000) must be set to activate the collected trace messages. If this bit is not set, the TraceMaskCollectMsg-settings have no effect and no collected trace messages are logged.