Parameter
|
Type
|
Description
|
INPUT
|
||
handle
|
long
|
The handle to the trace module that was passed in when ipConnect is called.
|
flag
|
int
|
Flag indicating which trace level must be enabled for this trace message to be written to the trace file. See Table 245. The flag and the ServiceIPLogOptions setting determine if the message specified in format is logged at runtime.
|
msg
|
String
|
Message string to be traced.
|
Flag Mask
|
ServiceIPLogOption1
|
Description
|
UL_TM_FATAL
|
Disable All Tracing
|
Indicates fatal errors, such as cannot get memory or invalid address. Use to enable trace messages that need to be written, no matter what the ServiceIPLogOption attribute is set to.
|
UL_TM_ERRORS
|
Enable Error Tracing
|
Indicates general errors such as invalid user name or password.
|
UL_TM_MAJOR_EV
|
Enable Major Events Tracing
|
Indicates a major application event such as processing schema request.
|
UL_TM_INFO
|
Enable Full Tracing
|
Indicates detailed logging of the IP's activities.
|
UL_TM_TRIVIA
|
Enable Verbose Tracing
|
Indicates very detailed messages. This setting could generate lots of output.
|