All Classes and Interfaces

Class
Description
AbstractAppenderFactory<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 of AppenderFactory producing an appender based on OutputStreamAppender.
AppenderFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>
A service provider interface for creating Logback Appender instances.
AsyncAppenderFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>
Factory used to create an AsyncAppenderBase of type E
An implementation of AsyncAppenderFactory for ILoggingEvent.
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>
An AppenderFactory implementation which provides an appender that writes events to the console.
 
 
DiscoverableLayoutFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>
An interface for building Logback LayoutBase layouts, which could be discovered by Jackson and specified in the logging configuration.
A base layout for Dropwizard.
Factory that creates a DropwizardLayout
DropwizardSocketAppender<E extends ch.qos.logback.core.spi.DeferredProcessingAware>
Sends log events to a TCP server, a connection to which is represented as ResilientSocketOutputStream.
DropwizardUdpSocketAppender<E extends ch.qos.logback.core.spi.DeferredProcessingAware>
Sends log events to a UDP server, a connection to which is represented as a stream.
A no-op logging factory to use when logging is configured independently of Dropwizard.
FileAppenderFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>
An AppenderFactory implementation which provides an appender that writes events to a file, archiving older files as it goes.
FilterFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>
A service provider interface for creating Logback Filter instances.
LayoutFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>
An interface for building Logback PatternLayoutBase layouts
LevelFilterFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>
An interface for building Logback Filters with a specified Level.
Individual Logger configuration
 
 
NullLevelFilterFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>
Factory for building a logback Filter that will always defer to the next Filter.
An ExtendedThrowableProxyConverter which prefixes stack traces with !.
A RootCauseFirstThrowableProxyConverter that prefixes stack traces with !.
A ThrowableProxyConverter which prefixes stack traces with !.
Represents a resilient persistent connection via TCP as an OutputStream.
An AppenderFactory implementation which provides an appender that sends events to a syslog server.
 
TcpSocketAppenderFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>
An AppenderFactory implementation which provides an appender that writes events to a TCP socket.
Factory that creates a Filter of type ILoggingEvent
TlsSocketAppenderFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>
An AppenderFactory implementation 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>
An AppenderFactory implementation which provides an appender that writes events to an UDP socket.