Re: [logback-dev] Question about a custom binary file appender.

2009-04-24 Thread Maarten Bosteels
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

[logback-dev] Question about a custom binary file appender.

2009-04-23 Thread Joern Huxhorn
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