Class 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 for ObjectWriter instances.
    • Constructor Detail

      • ObjectWriterFactory

        public ObjectWriterFactory()
        Deprecated.
    • Method Detail

      • newAutoFlushingObjectWriter

        public AutoFlushingObjectWriter newAutoFlushingObjectWriter​(java.io.OutputStream outputStream)
                                                             throws java.io.IOException
        Deprecated.
        Creates a new AutoFlushingObjectWriter instance.
        Parameters:
        outputStream - the underlying OutputStream to write to
        Returns:
        a new AutoFlushingObjectWriter instance
        Throws:
        java.io.IOException - if an I/O error occurs while writing stream header