| Package | Description |
|---|---|
| biz.paluch.logging |
Stacktrace filter and Runtime container (host name resolution).
|
| biz.paluch.logging.gelf.intern | |
| biz.paluch.logging.gelf.intern.sender | |
| 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 |
| 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 | Method and Description |
|---|---|
ErrorReporter |
GelfSenderConfiguration.getErrorReporter() |
| Modifier and Type | Method and Description |
|---|---|
static GelfSender |
GelfSenderFactory.createSender(HostAndPortProvider hostAndPortProvider,
ErrorReporter errorReporter,
Map<String,Object> senderSpecificConfigurations)
Create a GelfSender based on the configuration.
|
| Constructor and Description |
|---|
GelfREDISSender(redis.clients.jedis.JedisPool jedisPool,
String redisKey,
ErrorReporter errorReporter) |
GelfTCPSender(String host,
int port,
int connectTimeoutMs,
int readTimeoutMs,
ErrorReporter errorReporter) |
GelfUDPSender(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) |
Copyright © 2013-2014. All Rights Reserved.