Logs Dialog » History » Revision 17
Revision 16 (Per Amundsen, 07/27/2018 07:05 AM) → Revision 17/19 (Per Amundsen, 02/03/2019 02:48 AM)
{{>toc}}
h1. Logs Manager
!LogsManager.png!
Logs Manager allows searching through all log files for matching patterns.
It can be opened by clicking Menubar -> Tools -> Logs or by typing the command [[/logs]] in the [[Editbox Control|Editbox]].
h2. Folder
The folder to search which by default is the Log folder set in [[Options Dialog|Options]] -> [[Logging Options|Logging]] -> [[Logging_Options#LogFolder|Log Folder]].
h2. Serach subfolders
If enabled, all subfolders in the *Folder* is searched as well.
h2. FileName
The filename pattern to match, either a [[Scripting_Wildcards|wildcard]] or a [[Scripting_Regex|regular expression]] if *Regex* is checked.
h2. Search for
The pattern to search for, either a [[Scripting_Wildcards|wildcard]] or a [[Scripting_Regex|regular expression]] if *Regex* is checked.
h2. Exact match
When enabled, searches using a "case-sensitive":https://en.wikipedia.org/wiki/Case_sensitivity match.
h2. View
Opens the log file in the [[log viewer]].
h2. Edit
Opens the log in the custom external editor. (Notepad by default, can be changed in [[Script Editor]] -< Options -> Set External Editor)
h2. Merge
Merges the selected log files into one big file and optionally delete the original files.
!merge.png!
h2. Renamed
Rename the log file.
h2. Delete
Deletes the selected log files.
h2. Opening the folder where the logfile resides.
Right-click the logfile and click *Open Folder*.
!openfolder.png!
h2. Save/Restore items
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.
h2. Clear saved items
Right-click the Folder/FileName/Search for dropdown and click *Clear All*.
!clearall.png!
h2. Cycle between matches
Pressing %(key)LEFT% or %(key)RIGHT% in the [[logs viewer dialog|Logs Viewer]] cycles between the file matches.