Project

General

Profile

Logs Dialog » History » Version 2

Per Amundsen, 07/27/2018 06:44 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
h2. FileName
14
15
The filename pattern to match, either a [[Scripting_Wildcards|wildcard]] or a [[Scripting_Regex|regular expression]] if *Regex* is checked.
16
17
h2. Search for
18
19
The pattern to search for, either a [[Scripting_Wildcards|wildcard]] or a [[Scripting_Regex|regular expression]] if *Regex* is checked.
20
21
h2. Exact match
22
23
When enabled, searches using a "case-sensitive":https://en.wikipedia.org/wiki/Case_sensitivity match.
24
25
h2. View
26
27
Opens the log file in the [[log viewer]].
28
29
h2. Edit
30
31
Opens the log in the custom external editor. (Notepad by default, can be changed in Script Editor -< Options -> Set External Editor)
32
33
h2. Merge
34
35
Merges the selected log files into one big file.
36
37
h2. Renamed
38
39
Rename the log file.
40
41
h2. Delete
42
43
Deletes the log file.
44
45
h2. Opening the folder where the logfile resides.
46
47
Right-click the logfile and click *Open Folder*.
48
49 2 Per Amundsen
h2. Save/Restore options
50 1 Per Amundsen
51
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.