log.string
You can use the log.string command to write text in the protocol file of the script interface. This allows you, for example, to display additional information in job results.
Note
This command is only available when using the script interfaces BeforeUpload and AfterUpload.
Syntax:
Example
Function ScriptBeforeUpload
{
$def::var1 = `<Network address of backup directory>`$vdog::uploadjob->5002
$def::var2 = $vdog::yyyymmdd
log.string establish network connection to $def::var1.
}
Related Topics
Last update: September 15, 2023