Console.Logging Property

 Console.Logging  (read-write, Boolean)
 
Enables or disables logging of console output into a log file

Syntax

Console.Logging [= Boolean]

The property syntax has these parts:

Part Description
Value (Boolean) Enables or disables logging of console output into a log file

Remarks

The Console.LogFile property must be set before Console.Logging may be set to True.