Previous Topic: reset (Log Management)--Clear the Grid Controller's Message LogNext Topic: Dashboard Message Management


mark (Log Management)--Write a User-defined Message into the Controller's System Log

Write a user-defined message into the controller's system log. This is useful for logging errors in unattended scripts that call 3tshell commands, so the messages are written into the same place where controller-generated error messages are written.

Syntax
log mark <message text>
Parameter
<message text>

Text that is to be written into the controller's system log.

Examples
log mark "begin unattended script execution"
log mark "end unattended script execution"