CTI32 Engine Class Library

Log Methods

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

Public Instance Methods

AddToCallCount Adds to the call count.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GblStatusGetValue Read a global name/value pair
GblStatusSetValue Set a global name/value pair. (Not associated with a port)
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
RollCallCount On a new day, roll the counts around.
StatusGetValue Read a name/value pair to describe current program status.
StatusSetHook When system goes on/off hook, sets status and clears any available name/value pairs.
StatusSetValueOverloaded. Set a name/value pair
Stop Stop the log messages and close down the monitor/status threads.
ToString (inherited from Object) Returns a String that represents the current Object.
WriteOverloaded. Writes an entry to the log system. Logging level is assumed to be 0.
WritePortOverloaded. Writes an entry to the log system. Logging level is assumed to be 0.
WriteWithStatusOverloaded. Writes a message to the log system and also the "Status" status section

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

Log Class | CTI32Engine Namespace