Uses of Interface
ch.qos.logback.core.spi.PreSerializationTransformer
Packages that use PreSerializationTransformer
Package
Description
Contains classes used to log through a network
Provides a robust logging server
Contains the base classes used by logback to log to remote
destinations.
Contains the base classes used by logback to serve logging events to
remote peers.
-
Uses of PreSerializationTransformer in ch.qos.logback.classic.net
Classes in ch.qos.logback.classic.net that implement PreSerializationTransformerMethods in ch.qos.logback.classic.net that return PreSerializationTransformer -
Uses of PreSerializationTransformer in ch.qos.logback.classic.net.server
Methods in ch.qos.logback.classic.net.server that return PreSerializationTransformerModifier and TypeMethodDescriptionprotected PreSerializationTransformer
<ILoggingEvent> ServerSocketAppender.getPST()
protected PreSerializationTransformer
<ILoggingEvent> SSLServerSocketAppender.getPST()
-
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. -
Uses of PreSerializationTransformer in ch.qos.logback.core.net.server
Methods in ch.qos.logback.core.net.server that return PreSerializationTransformerModifier and TypeMethodDescriptionprotected abstract PreSerializationTransformer
<E> AbstractServerSocketAppender.getPST()
Gets a transformer that will be used to convert a received event to aSerializable
form.