Debug Global

From Virtual World Web Wiki
Revision as of 12:48, 26 May 2017 by Spark5 (Talk | contribs) (Documentation for the Debug Global class)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)