Uses of Class
io.dropwizard.logging.common.AbstractAppenderFactory
Packages that use AbstractAppenderFactory
-
Uses of AbstractAppenderFactory in io.dropwizard.logging.common
Subclasses of AbstractAppenderFactory in io.dropwizard.logging.commonModifier and TypeClassDescriptionclassAbstractOutputStreamAppenderFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>A base implementation ofAppenderFactoryproducing an appender based onOutputStreamAppender.classConsoleAppenderFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>AnAppenderFactoryimplementation which provides an appender that writes events to the console.classFileAppenderFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>AnAppenderFactoryimplementation which provides an appender that writes events to a file, archiving older files as it goes.classAnAppenderFactoryimplementation which provides an appender that sends events to a syslog server.classTcpSocketAppenderFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>AnAppenderFactoryimplementation which provides an appender that writes events to a TCP socket.classTlsSocketAppenderFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>AnAppenderFactoryimplementation which provides an appender that writes events to a TCP socket secured by the TLS/SSL protocol on the presentation layer.classUdpSocketAppenderFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>AnAppenderFactoryimplementation which provides an appender that writes events to a UDP socket.