java.lang.Object
ch.qos.logback.core.net.ObjectWriterFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewAutoFlushingObjectWriter(OutputStream outputStream) Creates a newAutoFlushingObjectWriterinstance.
-
Constructor Details
-
ObjectWriterFactory
public ObjectWriterFactory()
-
-
Method Details
-
newAutoFlushingObjectWriter
public AutoFlushingObjectWriter newAutoFlushingObjectWriter(OutputStream outputStream) throws IOException Creates a newAutoFlushingObjectWriterinstance.- Parameters:
outputStream- the underlyingOutputStreamto write to- Returns:
- a new
AutoFlushingObjectWriterinstance - Throws:
IOException- if an I/O error occurs while writing stream header
-