Xinc-org / xinc

Xinc - Continuous Integration Server
https://github.com/Xinc-org
GNU Lesser General Public License v3.0
12 stars 3 forks source link

Logging and PSR-3 #245

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The yet existing logger has 2 Problems.

- Doesn't write all on crash (as he buffers) and we don't have an error handler 
yet. (This problem should be resolved by implementing an error handler).
- The XML writer do not handle Escape Sequences and so it fail on CDATA

As the logger isn't PSR-3 compatible, it should be rewritten.

Original issue reported on code.google.com by opitz.al...@googlemail.com on 8 Aug 2013 at 8:58