12 lines
321 B
Markdown
12 lines
321 B
Markdown
|
### pyLogExtractor
|
||
|
|
||
|
Simple tool for extracting specific strings from log files.
|
||
|
It could be useful for extracting all warnings or errors from
|
||
|
debug log or all specific user quotes from chat log.
|
||
|
|
||
|
pyLogExtractor requires Python 3.
|
||
|
|
||
|
Using:
|
||
|
|
||
|
Run python script, enter source path, path for save, and substring for searching.
|