What about intrducing the Encoder interface I proposed some weeks ago ?
http://code.google.com/p/firewood/source/browse/trunk/compare-formats/src/main/java/com/googlecode/firewood/encoder
==
import java.io.OutputStream;
import java.io.IOException;
import ch.qos.logback
Hi Ceki.
I'd like to implement a file appender that writes the binary Lilith
format, i.e. gzipped protobuf-serialized events, instead of Strings.
I'd also like to have the same functionality that's supported by
RollingFileAppender right now.
Unfortunately, there seems to be no way to simply write