Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 640
Chapter 12      Helper Classes
LogWrapper Class (.NET and Java Only)
12-52
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.0(0)
Parameters
.NET and Java:sFfileName 
Name of the trace file.
.NET:maxSizeKB 
Maximum size of a single trace file in KB (default is 2048 KB).
Java:iMaxSize
Maximum size of a single trace file.
.NET:maxFiles 
Maximum number of trace files to create before older files are deleted 
(default is 4).
Java:iArchives
Maximum number of trace files stored.
.NET:daysUntilExpiration 
Maximum age (in days) of the active trace file before it is rolled over to a new 
file regardless of size (default is 1 day) .
Java:iExpires
Number of days before the trace file expires.
Java:iFlushIntervalMs
Number of milliseconds before data is flushed to the trace file. There is no 
.NET counterpart for this parameter.
Return Values
None.
Dispose (.NET Only)
The Dispose method 
releases system resources used by the LogWrapper.