This page contains reference documentation for the LogString function. This function displays a string in the Output Editor display window.
int LogString( string OutputString )
Function parameters are as follows:
Examples are as follows:
Application.Log.LogString ( "Display this string!" );
For sample code: