log.warning
The log.warning command can be used to write text for a warning in the protocol file of the script interface. This way, warnings can be displayed in the job results.
Note
This command is only available for the script interfaces BeforeUpload and AfterUpload
Syntax:
Example
Function ScriptBeforeUpload
{
...
//
// Scriptlogic
//
log.warning No changes were detected. Please check.
...
}
Related Topics
Last update: September 15, 2023