setTraceLevel(int) method
Set the end to end trace level.
Syntax
void
setTraceLevel
(
int
level
)
Parameters
level
– Trace level defined in PropertyID class. It includes: TrcLvl_HIGH, TrcLvl_MEDIUM, TrcLvl_LOW and TrcLvl_NONE.
Examples
Example
–
clientConnection.setTraceLevel(PropertyID.TrcLvl_HIGH);
Parent topic:
ClientConnection class
Created November 9, 2013.
To comment on this topic, go to:
DocCommentXchange
.