Uses of Interface
ch.qos.logback.core.net.ObjectWriter
-
Packages that use ObjectWriter Package Description ch.qos.logback.core.net Contains the base classes used by logback to log to remote destinations. -
-
Uses of ObjectWriter in ch.qos.logback.core.net
Classes in ch.qos.logback.core.net that implement ObjectWriter Modifier and Type Class Description class
AutoFlushingObjectWriter
Automatically flushes the underlyingObjectOutputStream
immediately after calling it'sObjectOutputStream.writeObject(Object)
method.
-