APGen Documentation Previous Topic: APGScript.Output Next Topic: APGScript.Util Parent Topic: APGScript Object    APGScript Object
APGScript.Log
See Also:

The Log property returns a reference to the Log object used by the script.

Syntax

VBScript:

oAPGScript.Log[.property|method]

JScript:

oAPGScript.Log[.property|method];

Objects

oAPGScript An APGScript object.
Log The APGScript's Log object.

Notes

This property provides external access to the APG script's Log object.  See the Log object topic for details on the properties and methods it exposes.

This can be used to access the log file or stream for oAPGScript before or after script execution begins.

Applies To

APGScript Object