3.5 endLog - Output log message upon completion

Display log message which is similar to the format of regular output log messages of MCMD. The format is as follows.

#END# message; date and time

3.5.1 Format

* MCMD::endLog(msg[,fileObject])

msg - Message to be displayed.

fileObject - Output file object. Returns standard error (STDERR) when this is not specified.

3.5.2 Examples

Example 1 Basic Example

# Display ending error message to standard error. 
> MCMD::endLog("mburst.rb ended normally")
#END# mburst.rb  ended normally.; 2013/11/01 19:09:50

3.5.3 Related Commands

errorLog : Output error log message.

messageLog : Output general log message.