Uses of Class
io.dropwizard.logging.common.AbstractOutputStreamAppenderFactory
-
Packages that use AbstractOutputStreamAppenderFactory Package Description io.dropwizard.logging.common -
-
Uses of AbstractOutputStreamAppenderFactory in io.dropwizard.logging.common
Subclasses of AbstractOutputStreamAppenderFactory in io.dropwizard.logging.common Modifier and Type Class Description 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.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 an UDP socket.
-