AuHau / loggy

Swiss knife for logs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optional parameters

AuHau opened this issue · comments

Create support for optional parameters. Some logs can have a different set of parts that might not be always present, so we should have a way how to define optional parameters.

This was enabled with #29 which allows regex as parsing patterns. This by no means is a user-friendly way how to support this but it is sufficient for now.