Skip navigation links
B C D G I L N P S U 

B

bootstrap(String, String, int, boolean) - Static method in class net.gini.dropwizard.gelf.logging.GelfBootstrap
Bootstrap the SLF4J root logger with a configured GelfLogbackAppender.
bootstrap(String, String, int, Optional<String>, boolean) - Static method in class net.gini.dropwizard.gelf.logging.GelfBootstrap
Bootstrap the SLF4J root logger with a configured GelfLogbackAppender.
build(LoggerContext, String, Layout<ILoggingEvent>) - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
build() - Method in class net.gini.dropwizard.gelf.logging.UncaughtExceptionHandlers.LoggingSystemExitBuilder
 

C

cleanRootLogger(boolean) - Method in class net.gini.dropwizard.gelf.logging.UncaughtExceptionHandlers.LoggingSystemExitBuilder
Sets whether all existing appenders should be detached from the root logger.

D

destroy() - Method in class net.gini.dropwizard.gelf.filters.GelfLoggingFilter
Called by the web container to indicate to a filter that it is being taken out of service.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class net.gini.dropwizard.gelf.filters.GelfLoggingFilter
The doFilter method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain.

G

GelfAppenderFactory - Class in net.gini.dropwizard.gelf.logging
 
GelfAppenderFactory() - Constructor for class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
GelfBootstrap - Class in net.gini.dropwizard.gelf.logging
A class adding a configured GelfLogbackAppender to the root logger.
GelfLoggingFilter - Class in net.gini.dropwizard.gelf.filters
A Filter which logs requests and adds some data about it to the logger's MDC.
GelfLoggingFilter() - Constructor for class net.gini.dropwizard.gelf.filters.GelfLoggingFilter
 
getAdditionalFields() - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
getAdditionalFieldTypes() - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
getDynamicMdcFields() - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
getFacility() - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
getHost() - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
getMaximumMessageSize() - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
getMdcFields() - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
getOriginHost() - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
getPort() - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
getThreshold() - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
getTimestampPattern() - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 

I

init(FilterConfig) - Method in class net.gini.dropwizard.gelf.filters.GelfLoggingFilter
Called by the web container to indicate to a filter that it is being placed into service.
isEnabled() - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
isExtractStackTrace() - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
isFilterStackTrace() - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
isIncludeFullMDC() - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
isMdcProfiling() - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 

L

loggingSystemExitBuilder(String, String) - Static method in class net.gini.dropwizard.gelf.logging.UncaughtExceptionHandlers
Returns a builder for an exception handler that bootstraps a GELF log appender, logs the uncaught exception and then exits the system.
logToStderr(boolean) - Method in class net.gini.dropwizard.gelf.logging.UncaughtExceptionHandlers.LoggingSystemExitBuilder
Sets whether the stacktrace of the uncaught exception should be printed to System.err.

N

net.gini.dropwizard.gelf.filters - package net.gini.dropwizard.gelf.filters
 
net.gini.dropwizard.gelf.logging - package net.gini.dropwizard.gelf.logging
 

P

port(int) - Method in class net.gini.dropwizard.gelf.logging.UncaughtExceptionHandlers.LoggingSystemExitBuilder
Sets the port of the Graylog server.

S

setAdditionalFields(ImmutableMap<String, String>) - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
setAdditionalFieldTypes(ImmutableMap<String, String>) - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
setDynamicMdcFields(Collection<String>) - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
setEnabled(boolean) - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
setExtractStackTrace(boolean) - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
setFacility(Optional<String>) - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
setFilterStackTrace(boolean) - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
setHost(String) - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
setIncludeFullMDC(boolean) - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
setMaximumMessageSize(int) - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
setMdcFields(Collection<String>) - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
setMdcProfiling(boolean) - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
setOriginHost(Optional<String>) - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
setPort(int) - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
setThreshold(Level) - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
setTimestampPattern(String) - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
systemExit() - Static method in class net.gini.dropwizard.gelf.logging.UncaughtExceptionHandlers
Returns an exception handler that logs the uncaught exception to System.err and then exits the system.

U

UncaughtExceptionHandlers - Class in net.gini.dropwizard.gelf.logging
Simple factory for a Thread.UncaughtExceptionHandler which logs the last uncaught exception with a SLF4J Logger on ERROR level.
UncaughtExceptionHandlers.LoggingSystemExitBuilder - Class in net.gini.dropwizard.gelf.logging
 
B C D G I L N P S U 
Skip navigation links

Copyright © 2016. All rights reserved.