Changed the base module file to be more user friendly by providing the data as method arguments instead of less discoverable attributes.

This commit is contained in:
2023-12-11 18:26:55 +02:00
parent 41a7796549
commit 23c0fd1e74
2 changed files with 15 additions and 25 deletions

View File

@@ -2,3 +2,6 @@ We wanted a very flexible python library with which we could parse any log file
# Differences with the fully fledged log parsers
Instead of coming with an incomplete amount of parsers for specific services we wanted a few lifecycle hooks from which to parse arbitrary log files.
There is no default reporting from this library, for that a few lifecycle hooks are offered for you to extract the accumulated data.
# TODO
[ ] generic parsers with a flexible parser collection that can be adjusted on the go