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.ObjectDeprecated.This internal logback API is not supported by AEM as a Cloud Service.Factory forObjectWriterinstances. 
- 
- 
Constructor Summary
Constructors Constructor Description ObjectWriterFactory()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AutoFlushingObjectWriternewAutoFlushingObjectWriter(java.io.OutputStream outputStream)Deprecated.Creates a newAutoFlushingObjectWriterinstance. 
 - 
 
- 
- 
Method Detail
- 
newAutoFlushingObjectWriter
public AutoFlushingObjectWriter newAutoFlushingObjectWriter(java.io.OutputStream outputStream) throws java.io.IOException
Deprecated.Creates a newAutoFlushingObjectWriterinstance.- Parameters:
 outputStream- the underlyingOutputStreamto write to- Returns:
 - a new 
AutoFlushingObjectWriterinstance - Throws:
 java.io.IOException- if an I/O error occurs while writing stream header
 
 - 
 
 -