Command:/mqlog

From the wonderful RedGuides Wiki

This command is added by MacroQuest

Syntax Key
Notation Description
Text without brackets or braces Required items
<Text inside angle brackets> Placeholder for which you must supply a value
[Text inside square brackets] Optional items
Vertical bar (|) Separator for mutually exclusive items; choose one
{Text | inside | braces} Set of required items; choose one
Ellipsis () Items that can be repeated
Syntax /mqlog [ <text> | clear ]
Description This will log text to a log file in the "Logs" folder.

Options

Option Description
<text> Any text entered will be logged
clear Will delete everything in the log file.

Examples

/mqlog The number of combines completed is: ${CombineCount}

  • The log filename will be MacroQuest.log if issued normally
  • The log filename will be macroname.mac.log if run from within a macro

See also