Uses of Interface
ch.qos.logback.core.spi.PreSerializationTransformer
Packages that use PreSerializationTransformer
Package
Description
Contains the base classes used by logback to log to remote
destinations.
-
Uses of PreSerializationTransformer in ch.qos.logback.core.net
Methods in ch.qos.logback.core.net that return PreSerializationTransformerModifier and TypeMethodDescriptionprotected abstract PreSerializationTransformer<E> AbstractSocketAppender.getPST()Get the pre-serialization transformer that will be used to transform each event into a Serializable object before delivery to the remote receiver.