Project

General

Profile

Log » History » Version 2

Per Amundsen, 02/16/2023 12:56 PM

1 1 Per Amundsen
_Added in 2.3_
2
3
*/log <on|off> <window> [-f filename]*
4
5
Turns on/off logging for a window to a specific file.
6
7
*Parameters*
8
9 2 Per Amundsen
table(ktable).
10
|*Parameter*|*Description*|
11
| <on<notextile>|</notextile>off> | Turns logging on or off. |
12
| <window> | Window to turn logging on or off for. |
13
| [-f filename] | Filename to log to. (optional) |
14 1 Per Amundsen
15
*Example*
16
17
<pre>
18
; Enable logging for channel '#adiirc' to specific log file 'Logs\#adiiirc.log'.
19
/log on #adiirc -f Logs\#adiirc.log
20
</pre>