Logs » History » Revision 1
Revision 1/7
| Next »
Per Amundsen, 02/13/2014 12:21 AM
Added in 1.9.0
/logs -defr [directory] [filename] [text]
Opens logfolder interface and does a optional custom search.
Wildcards can be used for all parts.
Switches
-d - Indicates directory is defined.
-e - Exclude sub directories in the search.
-f - Indicates filename is defined.
-r - Indicates text is a regular expression instead of a wildcard.
Parameters
[directory] - Log directory to search, used with -d.
[filename] - Filename to search, used with -f.
[text] - Log text to search.
Êxample
;Open log folder with default log folder listing. /logs ;Open log folder with custom folder and a regular expression matching all lines containing Hello. /logs -dr "c:\logs folder" .*Hello.*
Updated by Per Amundsen almost 11 years ago · 1 revisions