Method StartJournaling
StartJournaling(string)
Starts journaling.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
void StartJournaling(string inFilePath)
Parameters
| Type | Name | Description |
|---|---|---|
| string | inFilePath | Full path of the journal file to create without its ".TopAJ" suffix. |
Remarks
TopSolid can record every call to Automation performing an action in an external file called the journal file.
This is a record of each Automation method called, with the arguments supplied to and results returned from those methods.
This helps to debug applications that use Automation. The journal is text-based, to make it easy to examine in order to find out where problems are caused.
This method is available since v7.8.