APGen Documentation Previous Topic: Log.Unicode Next Topic: Log.Stream Parent Topic: Log Object    Log Object
Log.Logon
See Also:

The Log.Logon property returns a Logon object that sets the permissions used to create the log file.

Syntax

VBScript:

Log.Logon.property = sValue

JScript:

Log.Logon.property = sValue;

Objects

Log The Log object.
Logon A Logon object.

Notes

See the Logon object topic for the properties exposed by the Log.Logon object.

If the Logon.User property is empty (the default), the user account associated with the current thread is used to create the log file.

The APGen.Logon object can be used to set the default user account used to create all log and output files.  Any APGen.Logon settings applied to the parent APGen object become the default settings for Log.Logon.

Applies To

Log Object