Project

General

Profile

Logs Dialog » History » Version 6

Per Amundsen, 07/27/2018 06:50 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
h2. Folder
10
11
The folder to search which by default is the Log folder set in [[Options Dialog|Options]] -> [[Logging Options|Logging]].
12
13 5 Per Amundsen
h2. Serach subfolders
14
15
If enabled, all subfolders in the *Folder* is searched as well.
16
17 1 Per Amundsen
h2. FileName
18
19
The filename pattern to match, either a [[Scripting_Wildcards|wildcard]] or a [[Scripting_Regex|regular expression]] if *Regex* is checked.
20
21
h2. Search for
22
23
The pattern to search for, either a [[Scripting_Wildcards|wildcard]] or a [[Scripting_Regex|regular expression]] if *Regex* is checked.
24
25
h2. Exact match
26
27
When enabled, searches using a "case-sensitive":https://en.wikipedia.org/wiki/Case_sensitivity match.
28
29
h2. View
30
31
Opens the log file in the [[log viewer]].
32
33
h2. Edit
34
35 4 Per Amundsen
Opens the log in the custom external editor. (Notepad by default, can be changed in [[Script Editor]] -< Options -> Set External Editor)
36 1 Per Amundsen
37
h2. Merge
38
39
Merges the selected log files into one big file.
40
41
h2. Renamed
42
43
Rename the log file.
44
45
h2. Delete
46
47
Deletes the log file.
48
49
h2. Opening the folder where the logfile resides.
50
51
Right-click the logfile and click *Open Folder*.
52
53 3 Per Amundsen
h2. Save/Restore items
54 1 Per Amundsen
55
When the logs manager closes, the window size/position/state, 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.
56 3 Per Amundsen
57
h2. Clear saved items
58
59
Right-click the Folder/FileName/Search for dropdown and click *Clear All*.
60 6 Per Amundsen
61
!clearall.png!