Logs Dialog » History » Version 17
Per Amundsen, 02/03/2019 02:48 AM
1 | 1 | Per Amundsen | {{>toc}} |
---|---|---|---|
2 | |||
3 | h1. Logs Manager |
||
4 | |||
5 | !LogsManager.png! |
||
6 | |||
7 | Logs Manager allows searching through all log files for matching patterns. |
||
8 | |||
9 | 14 | Per Amundsen | It can be opened by clicking Menubar -> Tools -> Logs or by typing the command [[/logs]] in the [[Editbox Control|Editbox]]. |
10 | 13 | Per Amundsen | |
11 | 1 | Per Amundsen | h2. Folder |
12 | |||
13 | 8 | Per Amundsen | The folder to search which by default is the Log folder set in [[Options Dialog|Options]] -> [[Logging Options|Logging]] -> [[Logging_Options#LogFolder|Log Folder]]. |
14 | 1 | Per Amundsen | |
15 | 5 | Per Amundsen | h2. Serach subfolders |
16 | |||
17 | If enabled, all subfolders in the *Folder* is searched as well. |
||
18 | |||
19 | 1 | Per Amundsen | h2. FileName |
20 | |||
21 | The filename pattern to match, either a [[Scripting_Wildcards|wildcard]] or a [[Scripting_Regex|regular expression]] if *Regex* is checked. |
||
22 | |||
23 | h2. Search for |
||
24 | |||
25 | The pattern to search for, either a [[Scripting_Wildcards|wildcard]] or a [[Scripting_Regex|regular expression]] if *Regex* is checked. |
||
26 | |||
27 | h2. Exact match |
||
28 | |||
29 | When enabled, searches using a "case-sensitive":https://en.wikipedia.org/wiki/Case_sensitivity match. |
||
30 | |||
31 | h2. View |
||
32 | |||
33 | Opens the log file in the [[log viewer]]. |
||
34 | |||
35 | h2. Edit |
||
36 | |||
37 | 4 | Per Amundsen | Opens the log in the custom external editor. (Notepad by default, can be changed in [[Script Editor]] -< Options -> Set External Editor) |
38 | 1 | Per Amundsen | |
39 | h2. Merge |
||
40 | |||
41 | 12 | Per Amundsen | Merges the selected log files into one big file and optionally delete the original files. |
42 | 1 | Per Amundsen | |
43 | 11 | Per Amundsen | !merge.png! |
44 | |||
45 | 1 | Per Amundsen | h2. Renamed |
46 | |||
47 | Rename the log file. |
||
48 | |||
49 | h2. Delete |
||
50 | |||
51 | 15 | Per Amundsen | Deletes the selected log files. |
52 | 1 | Per Amundsen | |
53 | h2. Opening the folder where the logfile resides. |
||
54 | |||
55 | Right-click the logfile and click *Open Folder*. |
||
56 | |||
57 | 7 | Per Amundsen | !openfolder.png! |
58 | |||
59 | 3 | Per Amundsen | h2. Save/Restore items |
60 | 1 | Per Amundsen | |
61 | 16 | Per Amundsen | When the logs manager closes, the window size/position/state, the datagrid columns sizes, the sorted datagrid column and the sort direction, the recently used folders, filenames and search text is saved and then restored the next time the log manager is opened. |
62 | 3 | Per Amundsen | |
63 | h2. Clear saved items |
||
64 | |||
65 | Right-click the Folder/FileName/Search for dropdown and click *Clear All*. |
||
66 | 6 | Per Amundsen | |
67 | !clearall.png! |
||
68 | 17 | Per Amundsen | |
69 | h2. Cycle between matches |
||
70 | |||
71 | Pressing %(key)LEFT% or %(key)RIGHT% in the [[logs viewer dialog|Logs Viewer]] cycles between the file matches. |