Package io.dropwizard.logging.common
package io.dropwizard.logging.common
-
ClassDescriptionAbstractAppenderFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>A base implementation of
AppenderFactory.AbstractOutputStreamAppenderFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>A base implementation ofAppenderFactoryproducing an appender based onOutputStreamAppender.AppenderFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>A service provider interface for creating LogbackAppenderinstances.Utility class to configure logging before the dropwizard yml configuration has been read, parsed, and the provided logging strategy has been applied.ConsoleAppenderFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>AnAppenderFactoryimplementation which provides an appender that writes events to the console.A base layout for Dropwizard.A no-op logging factory to use when logging is configured independently of Dropwizard.FileAppenderFactory<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.IndividualLoggerconfigurationAnExtendedThrowableProxyConverterwhich prefixes stack traces with!.ARootCauseFirstThrowableProxyConverterthat prefixes stack traces with!.AThrowableProxyConverterwhich prefixes stack traces with!.Represents a resilient persistent connection via TCP as anOutputStream.AnAppenderFactoryimplementation which provides an appender that sends events to a syslog server.TcpSocketAppenderFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>AnAppenderFactoryimplementation which provides an appender that writes events to a TCP socket.TlsSocketAppenderFactory<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.UdpSocketAppenderFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>AnAppenderFactoryimplementation which provides an appender that writes events to a UDP socket.