Exporting Operation Logs

Operation log can be exported to external storage. You can see the exported file using software such as Excel.

Block
Text

exportOperationLog($Enums.ExportOption.New);
                              1

1: Export OperationLog

[New]
Block

[New]

Text

'$Enums.ExportOption.New'

Data is exported as a new file.

(Example)

When the script is executed, the operation log is exported to a new file.

[Append]
Block

[Append]

Text

'$Enums.ExportOption.Append'

Data is added to existing export file.

(Example)

When the script is executed, appends the operation log to the existing file from the last time it was exported.

Note: