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
You could use a Mapped Diagnostic Context to set a stamp for each of those type of log messages that you could then filter on once in loggly.
According to the source of JsonLayout the stamp is stored as a separate value in the JSON.