LogFileOn property

Sets or returns whether the commands are logged to a file.

Syntax

BooleanVariable = object.LogFileOn

object.LogFileOn = <Boolean>

where:

     BooleanVariable determines whether the commands are logged (True) or not (False).

     object is the ApplicationPreferences object.