Log()
Updated: 4 Dec 2023
Updated: 4 Dec 2023
Writes a message to Notch’s log window.
Per-frame log output should be used sparingly as it can severely impact frame rate.
void Log(String content);
content | The string to be written to the log. |
function Update()
{
Log("Hello world");
}
Use View->Log Window to see the log file.