Logging Options » History » Version 4
Per Amundsen, 01/02/2018 05:20 PM
1 | 1 | Per Amundsen | {{>toc}} |
---|---|---|---|
2 | |||
3 | h1. Logging Options |
||
4 | |||
5 | _See also [[/log]]._ |
||
6 | |||
7 | h2. Log Channels |
||
8 | |||
9 | When enabled, logs all channel windows. |
||
10 | |||
11 | h2. Log Privatechat |
||
12 | |||
13 | When enabled, logs all private windows. |
||
14 | |||
15 | h2. Log Servers |
||
16 | |||
17 | When enabled, logs all server windows. |
||
18 | |||
19 | h2. Log hidden events |
||
20 | |||
21 | When enabled, logs all events hidden by [[Events Options]]. |
||
22 | |||
23 | h2. Make separate folder for each server |
||
24 | |||
25 | When enabled, will create a sub folder with the network name and save the logfile there. |
||
26 | |||
27 | h2. Separate logs by date |
||
28 | |||
29 | When enabled, will save the logfile in a subfolder named YYYY-MM-DD. |
||
30 | |||
31 | h2. Strip mIRC tags |
||
32 | |||
33 | When enabled, Removes all [[Formatting_Text|control codes]] from the message before logging. |
||
34 | |||
35 | h2. Use Timestamp |
||
36 | |||
37 | When enabled, adds a timestamp with the specified Timeformat to the message before logging. |
||
38 | |||
39 | h2. Use line colors |
||
40 | |||
41 | When enabled, the line colors used for the message will be added to the log. |
||
42 | |||
43 | h2. Log Nickcolumn character |
||
44 | |||
45 | When enabled, the Nickcolumn character used to separate timestamp/nick from the message will be saved and correctly restored. |
||
46 | |||
47 | 2 | Per Amundsen | h2. Log session start/close |
48 | |||
49 | When enabled, session start and close date will be logged to the logfile. |
||
50 | |||
51 | 1 | Per Amundsen | h2. LogFolder |
52 | |||
53 | The Folder to save the log files. |
||
54 | |||
55 | h2. Timeformat |
||
56 | |||
57 | The time format to use when Use Timestamp is enabled. |
||
58 | |||
59 | 3 | Per Amundsen | Click the Show date/time variables link to see available variables, these variables ONLY work for the timestamp, not for the filename. |
60 | |||
61 | 1 | Per Amundsen | h2. FileName |
62 | |||
63 | The filename to use for logs, |
||
64 | |||
65 | 3 | Per Amundsen | Variables available: |
66 | |||
67 | $network - The network name associated with the log window. |
||
68 | $channel - The channel/query name associated with the log window. |
||
69 | $date - Current date in the yyyymmdd format. |
||
70 | |||
71 | _Date/time/other variables are not available to keep the filenames predictable for restore logs._ |
||
72 | |||
73 | 1 | Per Amundsen | h2. Rotated filename |
74 | |||
75 | The filename to use for logs when *Split logs at [X]* is enabled and the log is to be rotated, |
||
76 | 3 | Per Amundsen | |
77 | Variables available: |
||
78 | |||
79 | $network - The network name associated with the log window. |
||
80 | $channel - The channel/query name associated with the log window. |
||
81 | $date - Current date in the yyyymmdd format. |
||
82 | $count - A incremental number based on number of files with the same filename minus the $count number. |
||
83 | |||
84 | _Date/time/other variables are not available to keep the filenames predictable for restore logs._ |
||
85 | 1 | Per Amundsen | |
86 | h2. Split logs at [X] kb |
||
87 | |||
88 | When enabled and a log file becomes bigger than [X] kilobytes, it will be renamed to *Rotated filename* and a new log created. |
||
89 | |||
90 | h2. Show last [X] messages in private windows |
||
91 | |||
92 | If enabled, the last [X] messages from the log files will be restored when a private window is opened. |
||
93 | |||
94 | h2. Show last [X] messages in channel windows |
||
95 | |||
96 | If enabled, the last [X] messages from the log files will be restored when a channel window is opened. |
||
97 | |||
98 | h2. Disable logging for channels/users |
||
99 | |||
100 | Channels and users in this list will not be logged. |
||
101 | |||
102 | h2. Always log channels/users |
||
103 | |||
104 | Channels and users in this list will always be logged, regardless of the *Log Channels* and *Log Privatechat* options. |
||
105 | 4 | Per Amundsen | |
106 | h1. Log Events |
||
107 | |||
108 | _If Log hidden events is enabled, these options are ignored._ |
||
109 | |||
110 | Default = Log event if logging is enabled for the channel. |
||
111 | On = Log event in channels even if logging for the channel is disabled. |
||
112 | Off = Never log event in channels even if logging for the channel is enabled. |
||
113 | |||
114 | h2. Messages |
||
115 | |||
116 | Log regular messages. |
||
117 | |||
118 | h2. Joins |
||
119 | |||
120 | Log when a user joins a channel. |
||
121 | |||
122 | h2. Modes |
||
123 | |||
124 | Log when a user changes channel modes. |
||
125 | |||
126 | h2. Parts |
||
127 | |||
128 | Log when a user leaves a channel. |
||
129 | |||
130 | h2. Topics |
||
131 | |||
132 | Log when a user changes a channel topic. |
||
133 | |||
134 | h2. Quits |
||
135 | |||
136 | Log when a user quits irc. |
||
137 | |||
138 | h2. Ctcps |
||
139 | |||
140 | Log when a user sends a ctcp request. |
||
141 | |||
142 | h2. Kicks |
||
143 | |||
144 | Log when a user is kicked from a channel. |
||
145 | |||
146 | h2. Nicks |
||
147 | |||
148 | Log when a user changes nick. |