Package ch.qos.logback.core.net
Interface ObjectWriter
- 
- All Known Implementing Classes:
 AutoFlushingObjectWriter
@Deprecated(since="2022-01-27") public interface ObjectWriterDeprecated.This internal logback API is not supported by AEM as a Cloud Service.Writes objects to an output. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidwrite(java.lang.Object object)Deprecated.Writes an object to an output. 
 -