Package ch.qos.logback.core.net
Class ObjectWriterFactory
java.lang.Object
ch.qos.logback.core.net.ObjectWriterFactory
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
Factory for
ObjectWriter instances.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewAutoFlushingObjectWriter(OutputStream outputStream) Deprecated.Creates a newAutoFlushingObjectWriterinstance.
-
Constructor Details
-
ObjectWriterFactory
public ObjectWriterFactory()Deprecated.
-
-
Method Details
-
newAutoFlushingObjectWriter
public AutoFlushingObjectWriter newAutoFlushingObjectWriter(OutputStream outputStream) throws IOException Deprecated.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
-