Parameter
|
Type
|
Description
|
IN
|
||
handle
|
int
|
The handle to the trace module that is passed in when OAIP_init 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 235.
|
format
|
const char*
|
Specifies a message format using the printf formatting syntax.
|
RETURN
|
||
int
|
Function call status:
DAM_SUCCESS - values set
DAM_FAILURE - values not set. One of the values was null when it cannot be.
|
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.
|