Package ch.qos.logback.core.net
Interface ObjectWriter
-
- All Known Implementing Classes:
AutoFlushingObjectWriter
public interface ObjectWriterWrites objects to an output.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(Object object)Writes an object to an output.
-
-
-
Method Detail
-
write
void write(Object object) throws IOException
Writes an object to an output.- Parameters:
object- theObjectto write- Throws:
IOException- in case input/output fails, details are defined by the implementation
-
-