2022.1

Table Of Contents
VBScript
Watch.InstallResource "c:\myfile.ol-package"
Python
Watch.InstallResource("c:\\myfile.ol-package");
Perl
$Watch->InstallResource("c:\\myfile.ol-package");
Watch.Log
Creates messages that are added to PlanetPress Workflowwatch.log file. The PlanetPress
Workflow watch.log file is located in the following folder:
%PROGRAMDATA%\Objectif Lune\PlanetPress Workflow 8\PlanetPress Watch\Log
View error messages in the Services Console while PlanetPress Workflow is in Run mode by
choosing Tools | Services | Service Console. In the Service Console, error messages appear
with colors that correspond to the message level.
Level Type Text Color in Service Console
1 Error Red
2 Warning Orange
3 Information Black
4 Debug Grey
Arguments
Message
A string representing the message that is logged in the log file. Note that the text of the
message must use the locale encoding of the system where the PlanetPress Workflow
software will be running, otherwise it will be unreadable.
Level
Page 171