KB-132663: log.string

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:

log.string `<Character string>`

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.
}

Last update: September 15, 2023

Related Articles

IMPRINT | PRIVACY POLICY | COOKIE POLICY

Privacy Preference Center