B D G I N 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 GelfAppender.
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 GelfAppender.
build(LoggerContext, String, Layout<ILoggingEvent>) - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 

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 GelfAppender to the root logger.
GelfConfigurationUtils - Class in net.gini.dropwizard.gelf.utils
 
GelfConfigurationUtils() - Constructor for class net.gini.dropwizard.gelf.utils.GelfConfigurationUtils
 
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
 
getChunkThreshold() - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
getFacility() - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
getGelfAppenderFactory(Configuration) - Static method in class net.gini.dropwizard.gelf.utils.GelfConfigurationUtils
 
getHost() - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
getHostName() - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
getMessagePattern() - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
getPort() - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
getServerVersion() - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
getShortMessagePattern() - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
getStaticFields() - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
getThreshold() - 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.
isIncludeFullMDC() - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
isUseLoggerName() - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
isUseMarker() - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
isUseThreadName() - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 

N

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

S

setAdditionalFields(ImmutableMap<String, String>) - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
setChunkThreshold(int) - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
setFacility(Optional<String>) - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
setHost(String) - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
setHostName(Optional<String>) - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
setIncludeFullMDC(boolean) - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
setMessagePattern(String) - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
setPort(int) - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
setServerVersion(String) - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
setShortMessagePattern(String) - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
setStaticFields(ImmutableMap<String, String>) - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
setThreshold(Level) - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
setUseLoggerName(boolean) - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
setUseMarker(boolean) - Method in class net.gini.dropwizard.gelf.logging.GelfAppenderFactory
 
setUseThreadName(boolean) - 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 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.
B D G I N S U 

Copyright © 2014. All rights reserved.