Debug Global

From Virtual World Web Wiki
Jump to: navigation, search
  • This is a JavaScript global object named Debug

Remarks [edit]

Methods

void Log(string msg)
Writes a debug log with a given message (only when run in Editor)
void LogError(string msg)
Writes a debug log with a given message at Error level (will show up in the output log)
void LogWarning(string msg)
Writes a debug log with a given message at Warning level (will show up in the output log)