[RFC] Modular extensible logger classes

Review Request #13 — Created Nov. 7, 2012 and discarded — Latest diff uploaded

pprkut
Lunr
master
lunr
This splits the existing logger class into a more modular architecture, allowing for easier implementation of loggers for other targets (AMQP, GELF, systemd, etc).
I'm not sure about the interfaces, so please take a look and comment. Also method and class names are not final yet. Feedback welcome.

I also looked at existing logging subsystems, specifically monolog (https://github.com/Seldaek/monolog), but it seemed too abstract and not modular enough.
Any opinions on this?
None
Loading...