Interface ObjectWriter

All Known Implementing Classes:
AutoFlushingObjectWriter

@Deprecated(since="2022-01-27") public interface ObjectWriter
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
Writes objects to an output.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(Object object)
    Deprecated.
    Writes an object to an output.
  • Method Details

    • write

      void write(Object object) throws IOException
      Deprecated.
      Writes an object to an output.
      Parameters:
      object - the Object to write
      Throws:
      IOException - in case input/output fails, details are defined by the implementation