Menu

Log

Dilshan R Jayakody

Function

procedure Log(Msg : string);

Availability

  • In Revision 0 and newer versions

Description

Log is a LiteASM script command that is placed in scripts to produce a print out to the terminal window.

Example

Log('Hello World');

Log('Current VCPU cycle is ' + IntToStr(GetCycle()));

Related

Documentation: Virtual Machine Simulator Scripting Functions