Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 482 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 482 Bytes

JSON log formatter using GSON

Usage

Configure to use it as a formatter for a JUL FileHandler

...
java.util.logging.FileHandler.formatter=logging.util.json.GsonFormatter
...

Maven dependency

<dependency>
    <artifactId>json-formatter-gson</artifactId>
    <groupId>com.github.svendiedrichsen</groupId>
    <version>1.0.1</version>
</dependency>

To use the uber dependency add the maven <classifier>uber</classifier>.