Package ch.qos.logback.core.net
Interface ObjectWriter
-
- All Known Implementing Classes:
AutoFlushingObjectWriter
public interface ObjectWriter
Writes objects to an output.- Author:
- Sebastian Gröbler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
write(java.lang.Object object)
Writes an object to an output.
-