Platform SDK: Exchange Server

Log

The Log object provides a method of logging the execution of individual activities in the map. ISVs or other developers may wish to expose the log in their tools for debugging or other purposes.

Log is not a top-level object that can be separately created. It must be obtained via the Log property of a ProcInstance object.

The format and contents of the log are not defined.

Property Type Access
Message CDO.Message Read/write

Methods Parameters
AddLogEntry [in] Application as String

[in] NameID as String

[in] DateTime as Long

[in] Descrip as String

GetLogEntry [out] Application as String

[out] NameID as String

[out] DateTime as Long

[out] Descrip as String

[out] LogIndex as Integer

OpenLog (none)
SaveLog (none)