Package ch.qos.logback.core.net
Class ObjectWriterFactory
- java.lang.Object
-
- ch.qos.logback.core.net.ObjectWriterFactory
-
@Deprecated(since="2022-01-27") public class ObjectWriterFactory extends java.lang.Object
Deprecated.This internal logback API is not supported by AEM as a Cloud Service.Factory forObjectWriter
instances.
-
-
Constructor Summary
Constructors Constructor Description ObjectWriterFactory()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AutoFlushingObjectWriter
newAutoFlushingObjectWriter(java.io.OutputStream outputStream)
Deprecated.Creates a newAutoFlushingObjectWriter
instance.
-
-
-
Method Detail
-
newAutoFlushingObjectWriter
public AutoFlushingObjectWriter newAutoFlushingObjectWriter(java.io.OutputStream outputStream) throws java.io.IOException
Deprecated.Creates a newAutoFlushingObjectWriter
instance.- Parameters:
outputStream
- the underlyingOutputStream
to write to- Returns:
- a new
AutoFlushingObjectWriter
instance - Throws:
java.io.IOException
- if an I/O error occurs while writing stream header
-
-