If I understand correctly, you should create a custom Message that contains the object. The getFormattedMessage method should convert the object to a string. You can also create a Layout to format the object however you want if the event contains your custom Message.
Sent from my iPad > On Jul 23, 2014, at 2:40 AM, David KOCH <[email protected]> wrote: > > Hi, > > When I log I do: object_instance -> JSON -> string, > logger.log(<my_json_string_from_object>) in the application only to do the > de-serialisation in each of my custom appenders' append(LogEvent) methods, > followed by appender-specific processing on the de-serialised object. > > I would like to know how can I make the serialisation/de-serialisation > procedure less "manual", like I just call logger.log(<my_Object>) and the > LogEvent processed inside the appender's append method contains the object > inside (<my_class>) LogEvent.getMessage(). > > Thanks, > > David --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
