Uses of Interface
ch.qos.logback.core.net.ObjectWriter
Packages that use ObjectWriter
Package
Description
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 ObjectWriterModifier and TypeClassDescriptionclass
Automatically flushes the underlyingObjectOutputStream
immediately after calling it'sObjectOutputStream.writeObject(Object)
method.Methods in ch.qos.logback.core.net that return ObjectWriterModifier and TypeMethodDescriptionprivate ObjectWriter
AbstractSocketAppender.createObjectWriterForSocket()
Methods in ch.qos.logback.core.net with parameters of type ObjectWriterModifier and TypeMethodDescriptionprivate void
AbstractSocketAppender.dispatchEvents
(ObjectWriter objectWriter)