B D G I L N R 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.
buildGelfAppender(GelfConfiguration, LoggerContext, String) - Static method in class net.gini.dropwizard.gelf.logging.LogbackFactory
Build a GelfAppender from the supplied GelfConfiguration.
buildGelfAppender(GelfConfiguration, LoggerContext) - Static method in class net.gini.dropwizard.gelf.logging.LogbackFactory
Build a GelfAppender from the supplied GelfConfiguration.

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

GelfBootstrap - Class in net.gini.dropwizard.gelf.logging
A class adding a configured GelfAppender to the root logger.
GelfConfiguration - Class in net.gini.dropwizard.gelf.config
Configuration class for settings related to GelfLoggingBundle.
GelfConfiguration() - Constructor for class net.gini.dropwizard.gelf.config.GelfConfiguration
 
GelfLoggingBundle<T extends io.dropwizard.Configuration> - Class in net.gini.dropwizard.gelf.bundles
Dropwizard ConfiguredBundle which configures and adds GelfAppender to Logback.
GelfLoggingBundle() - Constructor for class net.gini.dropwizard.gelf.bundles.GelfLoggingBundle
 
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.config.GelfConfiguration
 
getChunkThreshold() - Method in class net.gini.dropwizard.gelf.config.GelfConfiguration
 
getConfiguration(T) - Method in class net.gini.dropwizard.gelf.bundles.GelfLoggingBundle
Get the GelfConfiguration object from the supplied Configuration.
getFacility() - Method in class net.gini.dropwizard.gelf.config.GelfConfiguration
 
getHost() - Method in class net.gini.dropwizard.gelf.config.GelfConfiguration
 
getHostName() - Method in class net.gini.dropwizard.gelf.config.GelfConfiguration
 
getMessagePattern() - Method in class net.gini.dropwizard.gelf.config.GelfConfiguration
 
getPort() - Method in class net.gini.dropwizard.gelf.config.GelfConfiguration
 
getServerVersion() - Method in class net.gini.dropwizard.gelf.config.GelfConfiguration
 
getShortMessagePattern() - Method in class net.gini.dropwizard.gelf.config.GelfConfiguration
 
getStaticFields() - Method in class net.gini.dropwizard.gelf.config.GelfConfiguration
 
getThreshold() - Method in class net.gini.dropwizard.gelf.config.GelfConfiguration
 
getTimeZone() - Method in class net.gini.dropwizard.gelf.config.GelfConfiguration
 

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.
initialize(Bootstrap<?>) - Method in class net.gini.dropwizard.gelf.bundles.GelfLoggingBundle
Initializes the service bootstrap.
isEnabled() - Method in class net.gini.dropwizard.gelf.config.GelfConfiguration
 
isIncludeFullMDC() - Method in class net.gini.dropwizard.gelf.config.GelfConfiguration
 
isRequestLogEnabled() - Method in class net.gini.dropwizard.gelf.config.GelfConfiguration
 
isUseLoggerName() - Method in class net.gini.dropwizard.gelf.config.GelfConfiguration
 
isUseMarker() - Method in class net.gini.dropwizard.gelf.config.GelfConfiguration
 
isUseThreadName() - Method in class net.gini.dropwizard.gelf.config.GelfConfiguration
 

L

LogbackFactory - Class in net.gini.dropwizard.gelf.logging
Factory class to create valid Logback Appender instances.

N

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

R

run(T, Environment) - Method in class net.gini.dropwizard.gelf.bundles.GelfLoggingBundle
Initializes the environment.

S

setEnabled(boolean) - Method in class net.gini.dropwizard.gelf.config.GelfConfiguration
 
setHost(String) - Method in class net.gini.dropwizard.gelf.config.GelfConfiguration
 
setHostName(Optional<String>) - Method in class net.gini.dropwizard.gelf.config.GelfConfiguration
 
setIncludeFullMDC(boolean) - Method in class net.gini.dropwizard.gelf.config.GelfConfiguration
 
setPort(int) - Method in class net.gini.dropwizard.gelf.config.GelfConfiguration
 
setThreshold(Level) - Method in class net.gini.dropwizard.gelf.config.GelfConfiguration
 
setTimeZone(TimeZone) - Method in class net.gini.dropwizard.gelf.config.GelfConfiguration
 
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 L N R S U 

Copyright © 2014. All rights reserved.