| Package | Description |
|---|---|
| ch.qos.logback.core.net |
Contains the base classes used by logback to log to remote
destinations.
|
| ch.qos.logback.core.net.server |
Contains the base classes used by logback to serve logging events to
remote peers.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract PreSerializationTransformer<E> |
AbstractServerSocketAppender.getPST()
Gets a transformer that will be used to convert a received event
to a
Serializable form. |
Copyright © 2005–2016 QOS.ch. All rights reserved.