Hi David,

Thanks for your reply. I am planning to use https://github.com/jpountz/lz4-java and was expecting that the logback API will allow me to hook up any external compression library such as lz4 or anything i want. Like both Gzip and Lz4 provides their outputstream that I could have hooked up with logback library? So that the logback library itself is independent of the compression algorithm implementation.

Thanks.
 


On Monday, July 14, 2014 7:22 PM, Feroz Raihan <fraihan2002@yahoo.com> wrote:


Hi All,
I know that logback can be used in java application and can support rotating log files with gzip compression. How about i want to compress the files with other compression algorithm say lz4. Is there any way I can achieve this?

Thanks.