[logback-dev] [JIRA] Commented: (LBCLASSIC-164) Make the aspect of encoding a LoggingEvent pluggable, and thus the Appender implementation more reusable.
Joern Huxhorn (JIRA)
noreply-jira at qos.ch
Sat Oct 24 13:32:44 CEST 2009
[ http://jira.qos.ch/browse/LBCLASSIC-164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=11339#action_11339 ]
Joern Huxhorn commented on LBCLASSIC-164:
-----------------------------------------
I've implemented something similar here:
https://sourceforge.net/apps/trac/sulky/browser/trunk/sulky-codec/src/main/java/de/huxhorn/sulky/codec
Encoder encodes an object into a byte[], Decoder decodes a byte[] into an object.
> Make the aspect of encoding a LoggingEvent pluggable, and thus the Appender implementation more reusable.
> ---------------------------------------------------------------------------------------------------------
>
> Key: LBCLASSIC-164
> URL: http://jira.qos.ch/browse/LBCLASSIC-164
> Project: logback-classic
> Issue Type: New Feature
> Components: appender
> Reporter: Maarten Bosteels
> Assignee: Logback dev list
>
> Refactor the encoding out of appender implementations, by adding an Encoder interface to logback.
> prototype:
> http://code.google.com/p/firewood/source/browse/trunk/compare-formats/src/main/java/com/googlecode/firewood/encoder/
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the logback-dev
mailing list