| Package | Description |
|---|---|
| biz.paluch.logging |
Stacktrace filter and Runtime container (host name resolution).
|
| biz.paluch.logging.gelf.intern |
Internal implementation package containing classes providing
GelfMessage serialization
and senders. |
| biz.paluch.logging.gelf.intern.sender |
Gelf sender implementations.
|
| biz.paluch.logging.gelf.jboss7 |
JBoss7/Java-Util-Logging handler for logstash submission over GELF with MDC.
|
| biz.paluch.logging.gelf.jul |
Java-Util-Logging handler for logstash submission over GELF.
|
| biz.paluch.logging.gelf.log4j |
log4j appender for logstash submission over GELF.
|
| biz.paluch.logging.gelf.logback |
logback appender for logstash submission over GELF.
|
| biz.paluch.logging.gelf.standalone |
Standalone Gelf support.
|
| biz.paluch.logging.gelf.wildfly |
WildFly handler for logstash submission over GELF with MDC.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RuntimeContainer.initialize(ErrorReporter errorReporter)
Initialize only once.
|
static void |
RuntimeContainer.lookupHostname(ErrorReporter errorReporter)
Triggers the hostname lookup.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MessagePostprocessingErrorReporter
ErrorReporter that post-processes the error message if it is null by using the exception class name as
fallback. |
| Modifier and Type | Method and Description |
|---|---|
ErrorReporter |
GelfSenderConfiguration.getErrorReporter() |
| Modifier and Type | Method and Description |
|---|---|
static GelfSender |
GelfSenderFactory.createSender(HostAndPortProvider hostAndPortProvider,
ErrorReporter errorReporter,
java.util.Map<java.lang.String,java.lang.Object> senderSpecificConfigurations)
Create a GelfSender based on the configuration.
|
| Constructor and Description |
|---|
MessagePostprocessingErrorReporter(ErrorReporter delegate) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNioSender<T extends java.nio.channels.spi.AbstractSelectableChannel & java.nio.channels.ByteChannel>
Base class for NIO-channel senders.
|
class |
GelfTCPSender |
class |
GelfTCPSSLSender
TCP with SSL
GelfSender. |
class |
GelfUDPSender |
| Constructor and Description |
|---|
AbstractNioSender(ErrorReporter errorReporter,
java.lang.String host,
int port)
|
GelfHTTPSender(java.net.URL url,
int connectTimeoutMs,
int readTimeoutMs,
ErrorReporter errorReporter)
|
GelfREDISSender(redis.clients.util.Pool<redis.clients.jedis.Jedis> jedisPool,
java.lang.String redisKey,
ErrorReporter errorReporter) |
GelfTCPSender(java.lang.String host,
int port,
int connectTimeoutMs,
int readTimeoutMs,
ErrorReporter errorReporter) |
GelfTCPSender(java.lang.String host,
int port,
int connectTimeoutMs,
int readTimeoutMs,
int deliveryAttempts,
boolean keepAlive,
ErrorReporter errorReporter) |
GelfTCPSSLSender(java.lang.String host,
int port,
int connectTimeoutMs,
int readTimeoutMs,
int deliveryAttempts,
boolean keepAlive,
ErrorReporter errorReporter,
javax.net.ssl.SSLContext sslContext) |
GelfUDPSender(java.lang.String host,
int port,
ErrorReporter errorReporter) |
| Modifier and Type | Class and Description |
|---|---|
class |
JBoss7GelfLogHandler
Logging-Handler for GELF (Graylog Extended Logging Format).
|
| Modifier and Type | Class and Description |
|---|---|
class |
GelfLogHandler
Logging-Handler for GELF (Graylog Extended Logging Format).
|
| Modifier and Type | Class and Description |
|---|---|
class |
GelfLogAppender
Logging-Handler for GELF (Graylog Extended Logging Format).
|
| Modifier and Type | Class and Description |
|---|---|
class |
GelfLogbackAppender
Logging-Handler for GELF (Graylog Extended Logging Format).
|
| Modifier and Type | Class and Description |
|---|---|
class |
Slf4jErrorReporter |
| Modifier and Type | Method and Description |
|---|---|
ErrorReporter |
DefaultGelfSenderConfiguration.getErrorReporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultGelfSenderConfiguration.setErrorReporter(ErrorReporter errorReporter) |
| Constructor and Description |
|---|
DefaultGelfSenderConfiguration(ErrorReporter errorReporter) |
| Modifier and Type | Class and Description |
|---|---|
class |
WildFlyGelfLogHandler
Logging-Handler for GELF (Graylog Extended Logging Format).
|
Copyright © 2013-2018. All Rights Reserved.