
18 Apr
2012
18 Apr
'12
8:27 p.m.
Hi Les, Thanks for your response. So you've picked jackson as the json encoder for logback-extensions. I think I'll go with json-simple since my needs seem to similar to those described by Rob@Rojotek [1]. He recommends json-simple. If the needs change, I will sure look into jackson. [1] http://goo.gl/pMhwr -- Ceki http://twitter.com/#!/ceki On 18.04.2012 18:41, Les Hazlewood wrote:
This will probably be helpful as well:
https://github.com/qos-ch/logback-extensions/wiki
Cheers,
Les
On Wed, Apr 18, 2012 at 7:14 AM, ceki <ceki@qos.ch <mailto:ceki@qos.ch>> wrote:
Hi All,
I would like to be able to encode objects of type ILoggingEvent or IAccessEvent in JSON. Which JSON library would you recommend?
Cheers,