Uses of Class
ch.qos.logback.core.net.ObjectWriterFactory
Packages that use ObjectWriterFactory
Package
Description
Contains the base classes used by logback to log to remote
destinations.
-
Uses of ObjectWriterFactory in ch.qos.logback.core.net
Fields in ch.qos.logback.core.net declared as ObjectWriterFactoryModifier and TypeFieldDescriptionprivate final ObjectWriterFactory
AbstractSocketAppender.objectWriterFactory
Constructors in ch.qos.logback.core.net with parameters of type ObjectWriterFactoryModifierConstructorDescription(package private)
AbstractSocketAppender
(QueueFactory queueFactory, ObjectWriterFactory objectWriterFactory) Constructs a new appender using the givenQueueFactory
andObjectWriterFactory
.