Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 640
Chapter 12      Helper Classes
LogWrapper Class (.NET and Java Only)
12-50
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.0(0)
LogWrapper() Constructor
The LogWrapper constructor creates a new LogWrapper object that writes tracing 
messages to System.Console.Out. This constructor also creates an instance of the 
LogManager, if one does not already exist. If you are using the .NET CIL, call the 
Dispose method to release system resources when the LogWrapper is no longer 
needed.
Syntax
void LogWrapper()
Parameters
None.
Return Values
None.
SetTraceMask
Sets the current trace mask. 
UpdateTraceSettings
Parses TraceConfig.cfg and imports the 
settings contained within. 
WriteTraceLine
Prints a string to the active trace file or to 
System.Console.Out if no active trace file 
exists. 
Table 12-11 LogWrapper Class Methods (continued)
Method
Description