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

The Log.Unicode property sets/returns whether text is written to the log file in Unicode or ANSI format.

Syntax

VBScript:

Log.Unicode [= boolVal]

JScript:

Log.Unicode [= boolVal];

Object

Log The Log object.

Parameters

boolVal True: Write Unicode text to the log file.
False (Default): Write ANSI text to the log file.

Notes

Provides the same functionality for the log stream as Output.Unicode provides for the output stream.  See Output.Unicode for more information.

Applies To

Log Object