logstash / log4j-jsonevent-layout

A prefab PatternLayout for log4j that generates logstash json_event formatted data
Other
344 stars 162 forks source link

Use the reference implementation of JSR-353 #14

Closed datenbrille closed 11 years ago

datenbrille commented 11 years ago

JSR-353 (http://jcp.org/en/jsr/detail?id=353) has his final draft. Oracle provides an reference implementation that will be used in upcomming JEE7 specification.

Please use this instead of net.minidev.json and remove the commons lang dependency to have a lower footprint in logging.

datenbrille commented 11 years ago

Sorry, I will open a pull repquest.