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 classAutoFlushingObjectWriterAutomatically flushes the underlyingObjectOutputStreamimmediately after calling it'sObjectOutputStream.writeObject(Object)method.Methods in ch.qos.logback.core.net that return ObjectWriter Modifier and Type Method Description private ObjectWriterAbstractSocketAppender. createObjectWriterForSocket()Methods in ch.qos.logback.core.net with parameters of type ObjectWriter Modifier and Type Method Description private voidAbstractSocketAppender. dispatchEvents(ObjectWriter objectWriter)
-