Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 640
Chapter 12      Helper Classes
Logger Class (.NET and Java Only)
12-46
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.0(0)
GetTraceMask
The GetTraceMask method gets the current trace mask.
Syntax
int GetTraceMask()
Parameters
None.
Return Values
An int containing the current trace mask.
SetTraceMask
The SetTraceMask method 
sets the current trace mask.
Syntax
void SetTraceMask(int iTraceMask)
Parameters
iTraceMask
An int containing the trace mask.
Return Values
None.