axosyslog
axosyslog copied to clipboard
App parser refactor
This PR refactors the app-parser() and has the following changes:
-
it gets rid off the "*" topic, which basically allowed applications to register to all topics. This does not make much sense for me now, and as far as I understand noone is using it and is undocumented. The only big user is sc4s.
-
it creates the possibility to create app-parser() like entities by extracting an AppModelObject base class.
-
it has some refactors as well