OpenSTA logo OpenSTA SCL Reference
LOG Command

LOG Command

OpenSTA maintains an audit trail of its activity and related events. The LOG command allows the user to specify a message to be written to the audit log. Each message in this file will have a date, time, and Thread name associated with it.

A log message may consist of any number of individual values separated by commas.

Any non-printable ASCII characters in character values are shown as periods (.) in the log. Integer values are written as signed values, using only as many characters as are necessary.

Command Definition:

LOG value {, value ...}

value

The quoted character string or variable to be written to the audit log.

Examples:

LOG "Customer Name = ", Cust-Name, &
	' Customer Code = ', Cust-Code
LOG "A long message ", &
	"that is continued in this string " &
	"and on this line"
LOG "One way to log a 'single quoted section'" &
	'and "a double quoted one".'

<<<
prev page
^^^
section start
>>>
next page