The Log text to file
action in the Log To File
package enables you to create a log file with data about the events that occur
when a Task Bot runs.
Procedure
Follow these steps to log text into a file:
-
In the
Actions
palette, double-click or drag the
Log to file
action from the
Log To File
package.
-
In the File path field, specify the file location or
variable.
-
In the Enter text to log field, enter the text to log in the
file.
-
Select the Append timestamp check box to add a time
stamp.
Note: Setting datetime format for appended timestamp is not
supported in this action.
-
In the When logging field, choose Append to
existing log file to append the log file or Overwrite
existing log file to overwrite the content in the log file.
-
Select the Encoding type.
-
ANSI: Used to encode Latin
alphabet.
-
UNICODE
-
UTF8: Can encode all possible
characters.
-
UTF-16LE: Inserts
a byte order mark (BOM) Unicode character at the beginning of the file.
Note: Shift-JIS files must use ANSI
as encoding to read text file content.
If you selected the Append to existing log file option in
Step 5, ensure that the selected encoding type matches that of the original file,
otherwise some of the characters might not be logged.
-
Click Save.