osiegmar / logback-gelf

Logback appender for sending GELF messages with zero additional dependencies.
GNU Lesser General Public License v2.1
218 stars 59 forks source link

Restore ability to override json serialization #110

Open vpispanen opened 1 week ago

vpispanen commented 1 week ago

In versions 4 and below it was possible to override the method GelfEncoder.gelfMessageToJson to customize json serialization.

It would be great to restore this feature with a little refactoring and bringing back the protected method