|
Log Object |
|
See Also: |
The Log.Unicode property sets/returns whether text is written to the log file in Unicode or ANSI format.
VBScript:
JScript:
| Log | The Log object. |
| boolVal | True: Write Unicode text to the log file. False (Default): Write ANSI text to the log file. |
Provides the same functionality for the log stream as Output.Unicode provides for the output stream. See Output.Unicode for more information.