Skip navigation links
A B C D E F G I L P S T V W 

A

AbstractAppenderFactory - Class in io.dropwizard.logging
A base implementation of AppenderFactory.
AbstractAppenderFactory() - Constructor for class io.dropwizard.logging.AbstractAppenderFactory
 
addThresholdFilter(FilterAttachable<ILoggingEvent>, Level) - Method in class io.dropwizard.logging.AbstractAppenderFactory
 
AppenderFactory - Interface in io.dropwizard.logging
A service provider interface for creating Logback Appender instances.

B

bootstrap() - Static method in class io.dropwizard.logging.LoggingFactory
 
bootstrap(Level) - Static method in class io.dropwizard.logging.LoggingFactory
 
build(LoggerContext, String, Layout<ILoggingEvent>) - Method in interface io.dropwizard.logging.AppenderFactory
Given a Logback context, an application name, and a layout, build a new appender.
build(LoggerContext, String, Layout<ILoggingEvent>) - Method in class io.dropwizard.logging.ConsoleAppenderFactory
 
build(LoggerContext, String, Layout<ILoggingEvent>) - Method in class io.dropwizard.logging.FileAppenderFactory
 
build(LoggerContext, String, Layout<ILoggingEvent>) - Method in class io.dropwizard.logging.SyslogAppenderFactory
 
buildAppender(LoggerContext) - Method in class io.dropwizard.logging.FileAppenderFactory
 
buildLayout(LoggerContext, TimeZone) - Method in class io.dropwizard.logging.AbstractAppenderFactory
 

C

configure(MetricRegistry, String) - Method in class io.dropwizard.logging.LoggingFactory
 
ConsoleAppenderFactory - Class in io.dropwizard.logging
An AppenderFactory implementation which provides an appender that writes events to the console.
ConsoleAppenderFactory() - Constructor for class io.dropwizard.logging.ConsoleAppenderFactory
 
ConsoleAppenderFactory.ConsoleStream - Enum in io.dropwizard.logging
 

D

DropwizardLayout - Class in io.dropwizard.logging
A base layout for Dropwizard.
DropwizardLayout(LoggerContext, TimeZone) - Constructor for class io.dropwizard.logging.DropwizardLayout
 

E

extraData(StringBuilder, StackTraceElementProxy) - Method in class io.dropwizard.logging.PrefixedExtendedThrowableProxyConverter
 

F

FileAppenderFactory - Class in io.dropwizard.logging
An AppenderFactory implementation which provides an appender that writes events to a file, archiving older files as it goes.
FileAppenderFactory() - Constructor for class io.dropwizard.logging.FileAppenderFactory
 

G

get() - Method in enum io.dropwizard.logging.ConsoleAppenderFactory.ConsoleStream
 
getAppenders() - Method in class io.dropwizard.logging.LoggingFactory
 
getArchivedFileCount() - Method in class io.dropwizard.logging.FileAppenderFactory
 
getArchivedLogFilenamePattern() - Method in class io.dropwizard.logging.FileAppenderFactory
 
getCurrentLogFilename() - Method in class io.dropwizard.logging.FileAppenderFactory
 
getDiscardingThreshold() - Method in class io.dropwizard.logging.AbstractAppenderFactory
 
getFacility() - Method in class io.dropwizard.logging.SyslogAppenderFactory
 
getHost() - Method in class io.dropwizard.logging.SyslogAppenderFactory
Returns the hostname of the syslog server.
getIncludeStackTrace() - Method in class io.dropwizard.logging.SyslogAppenderFactory
 
getLevel() - Method in class io.dropwizard.logging.LoggingFactory
 
getLogFormat() - Method in class io.dropwizard.logging.AbstractAppenderFactory
 
getLogFormat() - Method in class io.dropwizard.logging.SyslogAppenderFactory
Returns the Logback pattern with which events will be formatted.
getLoggers() - Method in class io.dropwizard.logging.LoggingFactory
 
getPort() - Method in class io.dropwizard.logging.SyslogAppenderFactory
 
getQueueSize() - Method in class io.dropwizard.logging.AbstractAppenderFactory
 
getStackTracePrefix() - Method in class io.dropwizard.logging.SyslogAppenderFactory
 
getTarget() - Method in class io.dropwizard.logging.ConsoleAppenderFactory
 
getThreshold() - Method in class io.dropwizard.logging.AbstractAppenderFactory
 
getTimeZone() - Method in class io.dropwizard.logging.ConsoleAppenderFactory
 
getTimeZone() - Method in class io.dropwizard.logging.FileAppenderFactory
 

I

io.dropwizard.logging - package io.dropwizard.logging
 
isArchive() - Method in class io.dropwizard.logging.FileAppenderFactory
 
isValidArchiveConfiguration() - Method in class io.dropwizard.logging.FileAppenderFactory
 

L

logFormat - Variable in class io.dropwizard.logging.AbstractAppenderFactory
 
LoggingFactory - Class in io.dropwizard.logging
 
LoggingFactory() - Constructor for class io.dropwizard.logging.LoggingFactory
 

P

PrefixedExtendedThrowableProxyConverter - Class in io.dropwizard.logging
An ExtendedThrowableProxyConverter which prefixes stack traces with !.
PrefixedExtendedThrowableProxyConverter() - Constructor for class io.dropwizard.logging.PrefixedExtendedThrowableProxyConverter
 
PrefixedRootCauseFirstThrowableProxyConverter - Class in io.dropwizard.logging
A RootCauseFirstThrowableProxyConverter that prefixes stack traces with !.
PrefixedRootCauseFirstThrowableProxyConverter() - Constructor for class io.dropwizard.logging.PrefixedRootCauseFirstThrowableProxyConverter
 
PrefixedThrowableProxyConverter - Class in io.dropwizard.logging
A ThrowableProxyConverter which prefixes stack traces with !.
PrefixedThrowableProxyConverter() - Constructor for class io.dropwizard.logging.PrefixedThrowableProxyConverter
 

S

setAppenders(List<AppenderFactory>) - Method in class io.dropwizard.logging.LoggingFactory
 
setArchive(boolean) - Method in class io.dropwizard.logging.FileAppenderFactory
 
setArchivedFileCount(int) - Method in class io.dropwizard.logging.FileAppenderFactory
 
setArchivedLogFilenamePattern(String) - Method in class io.dropwizard.logging.FileAppenderFactory
 
setCurrentLogFilename(String) - Method in class io.dropwizard.logging.FileAppenderFactory
 
setDiscardingThreshold(int) - Method in class io.dropwizard.logging.AbstractAppenderFactory
 
setFacility(SyslogAppenderFactory.Facility) - Method in class io.dropwizard.logging.SyslogAppenderFactory
 
setHost(String) - Method in class io.dropwizard.logging.SyslogAppenderFactory
 
setIncludeStackTrace(boolean) - Method in class io.dropwizard.logging.SyslogAppenderFactory
 
setLevel(Level) - Method in class io.dropwizard.logging.LoggingFactory
 
setLogFormat(String) - Method in class io.dropwizard.logging.AbstractAppenderFactory
 
setLogFormat(String) - Method in class io.dropwizard.logging.SyslogAppenderFactory
Sets the Logback pattern with which events will be formatted.
setLoggers(Map<String, Level>) - Method in class io.dropwizard.logging.LoggingFactory
 
setPort(int) - Method in class io.dropwizard.logging.SyslogAppenderFactory
 
setQueueSize(int) - Method in class io.dropwizard.logging.AbstractAppenderFactory
 
setStackTracePrefix(String) - Method in class io.dropwizard.logging.SyslogAppenderFactory
 
setTarget(ConsoleAppenderFactory.ConsoleStream) - Method in class io.dropwizard.logging.ConsoleAppenderFactory
 
setThreshold(Level) - Method in class io.dropwizard.logging.AbstractAppenderFactory
 
setTimeZone(TimeZone) - Method in class io.dropwizard.logging.ConsoleAppenderFactory
 
setTimeZone(TimeZone) - Method in class io.dropwizard.logging.FileAppenderFactory
 
stop() - Method in class io.dropwizard.logging.LoggingFactory
 
SyslogAppenderFactory - Class in io.dropwizard.logging
An AppenderFactory implementation which provides an appender that sends events to a syslog server.
SyslogAppenderFactory() - Constructor for class io.dropwizard.logging.SyslogAppenderFactory
 
SyslogAppenderFactory.Facility - Enum in io.dropwizard.logging
 

T

threshold - Variable in class io.dropwizard.logging.AbstractAppenderFactory
 
throwableProxyToString(IThrowableProxy) - Method in class io.dropwizard.logging.PrefixedRootCauseFirstThrowableProxyConverter
 
throwableProxyToString(IThrowableProxy) - Method in class io.dropwizard.logging.PrefixedThrowableProxyConverter
 

V

valueOf(String) - Static method in enum io.dropwizard.logging.ConsoleAppenderFactory.ConsoleStream
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.dropwizard.logging.SyslogAppenderFactory.Facility
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.dropwizard.logging.ConsoleAppenderFactory.ConsoleStream
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.dropwizard.logging.SyslogAppenderFactory.Facility
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrapAsync(Appender<ILoggingEvent>) - Method in class io.dropwizard.logging.AbstractAppenderFactory
 
wrapAsync(Appender<ILoggingEvent>, Context) - Method in class io.dropwizard.logging.AbstractAppenderFactory
 
A B C D E F G I L P S T V W 
Skip navigation links

Copyright © 2015. All rights reserved.