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 newAutoFlushingObjectWriter
instance.
-
Constructor Details
-
ObjectWriterFactory
public ObjectWriterFactory()Deprecated.
-
-
Method Details
-
newAutoFlushingObjectWriter
public AutoFlushingObjectWriter newAutoFlushingObjectWriter(OutputStream outputStream) throws IOException Deprecated.Creates a newAutoFlushingObjectWriter
instance.- Parameters:
outputStream
- the underlyingOutputStream
to write to- Returns:
- a new
AutoFlushingObjectWriter
instance - Throws:
IOException
- if an I/O error occurs while writing stream header
-