CTI32 Engine Class Library

Log Fields

The fields of the Log class are listed below. For a complete list of Log class members, see the Log Members topic.

Public Instance Fields

checkSize How often to check the size of the log file. Default=every 10000 log messages.
gblStatusChanged Array of times when the name/value last changed
gblStatusName Array of the user defined names
gblStatusValue Array of user defined values
logLevel Level of logs to be written to the file. Default=0. All messages >= this log level are written.
maxSize Maximum size the file can grow to. Default is 1MB
monitorLogin Monitor login name
monitorPassword Monitor password
portCallsTodayIn Incoming calls today.
portCallsTodayOut Outgoing calls today.
portTotalCallsIn Total incoming calls since the system started
portTotalCallsOut Total outgoing calls since the system started
push Whether to push changes to the client or whether to wait for a poll.
statusChanged When this name/value pair last changed
statusClearFlag Flag on whether to clear the name/value pair on reset (Hangup)
statusName Name value pairs by port of Status information. [port,name/value]
statusValue Name value pairs by port of Status information. [port,name/value]
writeConsole Whether to write log to console. Default is false
writeLog Whether to write out Log information to a file. Default is true.

See Also

Log Class | CTI32Engine Namespace