From WikiChip
Difference between revisions of "mirc/commands/log"
< mirc‎ | commands

(Created page with "The '''/log command''' turns logging on and off for a window, if you specify a filename the logs file dialog is not popped up. == Synopsis == /log <on|off> <window> [-f file...")
 
(Example)
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{mirc title|/log Command}}
 
The '''/log command''' turns logging on and off for a window, if you specify a filename the logs file dialog is not popped up.
 
The '''/log command''' turns logging on and off for a window, if you specify a filename the logs file dialog is not popped up.
  
 
== Synopsis ==
 
== Synopsis ==
  /log <on|off> <window> [-f filename]
+
  /log <on|off|default> <window> [-f filename]
  
 
== Switches ==
 
== Switches ==
Line 12: Line 13:
  
 
== Example ==
 
== Example ==
 
+
<syntaxhighlight lang="mIRC">
 +
/log on #channel
 +
/log off #test
 +
</syntaxhighlight>
  
 
== Compatibility ==
 
== Compatibility ==
 
Added: 3.3 - 3.4
 
Added: 3.3 - 3.4
 
Added On: 21/06/95
 
 
<small>Note: Individual switches were not taken into consideration.</small>
 
  
 
== See also ==
 
== See also ==
 
* [[List of commands - mIRC|List of commands]]
 
* [[List of commands - mIRC|List of commands]]
 
* [[List of identifiers - mIRC|List of identifiers]]
 
* [[List of identifiers - mIRC|List of identifiers]]
 +
{{mIRC command list}}
  
[[Category:mIRC commands]]
+
[[Category:mIRC commands|log command - mIRC]]

Latest revision as of 10:41, 8 January 2024

The /log command turns logging on and off for a window, if you specify a filename the logs file dialog is not popped up.

Synopsis[edit]

/log <on|off|default> <window> [-f filename]

Switches[edit]

  • -f - if specified, the [filename] parameter must be the filename used to log the window

Parameters[edit]

  • <on|off> - turns the log on/off
  • <window> - the window you want to turn log on/off

Example[edit]

/log on #channel
/log off #test

Compatibility[edit]

Added: 3.3 - 3.4

See also[edit]

[Expand]
v · d · e mIRC commands list