Another question related to this one:
http://www.phplogcon.org/index.php?name ... &p=191#191
Should filtering be done in the "LogStream Facility" or in the frontend?
I think it would make sense to do filtering in the LogStream Facility as filtering can be converted based on the underlaying syslog source. For example if we have a MYSQL Database, it would make sense to have the filtering done in a SQL Query.
If we go this way, we need to define a filter interface as well.


