Class:Log

From Torque Wiki
Revision as of 13:49, 18 January 2022 by Ihawkins (talk | contribs) (Created page with "== Log == Used for writing logging data to the script log === Methods === <syntaxhighlight lang="Java"> static logInfo(String text); static logWarn(String text); static logE...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
⧼monobook-jumptonavigation⧽⧼monobook-jumptosearch⧽

Log

Used for writing logging data to the script log

Methods

static logInfo(String text);
static logWarn(String text);
static logError(String text);