Uses of Interface
ch.qos.logback.core.spi.PreSerializationTransformer
-
Packages that use PreSerializationTransformer Package Description ch.qos.logback.classic.net Contains classes used to log through a networkch.qos.logback.core.net Contains the base classes used by logback to log to remote destinations. -
-
Uses of PreSerializationTransformer in ch.qos.logback.classic.net
Classes in ch.qos.logback.classic.net that implement PreSerializationTransformer Modifier and Type Class Description classLoggingEventPreSerializationTransformerMethods in ch.qos.logback.classic.net that return PreSerializationTransformer Modifier and Type Method Description PreSerializationTransformer<ILoggingEvent>SocketAppender. getPST()PreSerializationTransformer<ILoggingEvent>SSLSocketAppender. getPST() -
Uses of PreSerializationTransformer in ch.qos.logback.core.net
Methods in ch.qos.logback.core.net that return PreSerializationTransformer Modifier and Type Method Description protected 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.
-