| AbstractAppenderFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware> |
|
| AbstractOutputStreamAppenderFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware> |
A base implementation of AppenderFactory producing an appender based on OutputStreamAppender.
|
| BootstrapLogging |
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.
|
| DefaultLoggingFactory |
|
| DropwizardLayout |
A base layout for Dropwizard.
|
| ExternalLoggingFactory |
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.
|
| LoggerConfiguration |
Individual Logger configuration
|
| LoggingUtil |
|
| PrefixedExtendedThrowableProxyConverter |
An ExtendedThrowableProxyConverter which prefixes stack traces with !.
|
| PrefixedRootCauseFirstThrowableProxyConverter |
A RootCauseFirstThrowableProxyConverter that prefixes stack traces with !.
|
| PrefixedThrowableProxyConverter |
A ThrowableProxyConverter which prefixes stack traces with !.
|
| ResilientSocketOutputStream |
Represents a resilient persistent connection via TCP as an OutputStream.
|
| SyslogAppenderFactory |
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.
|
| 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.
|