Package ch.qos.logback.core.encoder

Interface Summary
Encoder<E> Encoders are responsible for transform an incoming event into a byte array *and* writing out the byte array onto the appropriate OutputStream.
 

Class Summary
ByteArrayUtil  
EchoEncoder<E>  
EncoderBase<E>  
EventObjectInputStream<E> Restitute the contents of an input stream as java objects.
LayoutWrappingEncoder<E>  
NonClosableInputStream  
ObjectStreamEncoder<E> Write out events as java objects.
 



Copyright © 2005-2014 QOS.ch. All Rights Reserved.