I want to send log events to Loggly as JSON objects with parameterized string messages. Our project currently has a lot of code that looks like this:
String some
Here's a recently created project that provides a JSON-specific logging API and works with SLF4J:
https://github.com/savoirtech/slf4j-json-logger