Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 617 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 617 Bytes

log4j2-JSONLayout

A custom Layout for [Apache Log4j 2] 1 that outputs JSON.

Java code based on: [Aconex/json-log4j-layout] 2

This Layout implementation depends on Apache Commons-Lang, Apache Logging Log4j 2, and Jackson 1.x.

Actual libraries I used for testing were:

  • (Apache Logging) log4j-api-2.0-beta3.jar
  • (Apache Logging) log4j-core-2.0-beta3.jar
  • (Apache Commons) lang-2.4.2.jar
  • (Codehaus Jackson) jackson-core-asl-1.9.11.jar