Difference between revisions of "Class:Log"

From Torque Wiki
⧼monobook-jumptonavigation⧽⧼monobook-jumptosearch⧽
(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...")
 
(No difference)

Latest revision as of 13:49, 18 January 2022

Log

Used for writing logging data to the script log

Methods

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