Skip navigation links
A B C D E F G H I J K L M N P R S T U V W 

A

AbstractNioSender<T extends AbstractSelectableChannel & ByteChannel> - Class in biz.paluch.logging.gelf.intern.sender
Base class for NIO-channel senders.
AbstractNioSender(ErrorReporter, String, int) - Constructor for class biz.paluch.logging.gelf.intern.sender.AbstractNioSender
Create a new AbstractNioSender given ErrorReporter, host and port.
activateOptions() - Method in class biz.paluch.logging.gelf.log4j.GelfLayout
 
activateOptions() - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
addField(MessageField) - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
 
addField(String, String) - Method in class biz.paluch.logging.gelf.intern.GelfMessage
Add a particular field.
addFields(Collection<? extends MessageField>) - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
 
addFields(Map<String, String>) - Method in class biz.paluch.logging.gelf.intern.GelfMessage
Add multiple fields (key/value pairs)
addGelfSenderProvider(GelfSenderProvider) - Static method in class biz.paluch.logging.gelf.intern.GelfSenderFactory
 
additionalFields - Variable in class biz.paluch.logging.gelf.GelfMessageBuilder
 
additionalFieldTypes - Variable in class biz.paluch.logging.gelf.GelfMessageBuilder
 
addMdcProfiling(LogEvent, GelfMessage) - Static method in class biz.paluch.logging.gelf.GelfUtil
 
ADDRESS - Static variable in class biz.paluch.logging.RuntimeContainer
Current Address.
append(LoggingEvent) - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
append(LogEvent) - Method in class biz.paluch.logging.gelf.log4j2.GelfLogAppender
 
append(ILoggingEvent) - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 

B

biz.paluch.logging - package biz.paluch.logging
Stacktrace filter and Runtime container (host name resolution).
biz.paluch.logging.gelf - package biz.paluch.logging.gelf
Field models and interfaces for logstash-gelf.
biz.paluch.logging.gelf.intern - package biz.paluch.logging.gelf.intern
Internal implementation package containing classes providing GelfMessage serialization and senders.
biz.paluch.logging.gelf.intern.sender - package biz.paluch.logging.gelf.intern.sender
Gelf sender implementations.
biz.paluch.logging.gelf.jboss7 - package biz.paluch.logging.gelf.jboss7
JBoss7/Java-Util-Logging handler for logstash submission over GELF with MDC.
biz.paluch.logging.gelf.jul - package biz.paluch.logging.gelf.jul
Java-Util-Logging handler for logstash submission over GELF.
biz.paluch.logging.gelf.log4j - package biz.paluch.logging.gelf.log4j
log4j appender for logstash submission over GELF.
biz.paluch.logging.gelf.log4j2 - package biz.paluch.logging.gelf.log4j2
log4j v2.x appender for logstash submission over GELF.
biz.paluch.logging.gelf.logback - package biz.paluch.logging.gelf.logback
logback appender for logstash submission over GELF.
biz.paluch.logging.gelf.standalone - package biz.paluch.logging.gelf.standalone
Standalone Gelf support.
biz.paluch.logging.gelf.wildfly - package biz.paluch.logging.gelf.wildfly
WildFly handler for logstash submission over GELF with MDC.
build() - Method in class biz.paluch.logging.gelf.GelfMessageBuilder
Build a new Gelf message based on the builder settings.
build() - Method in class biz.paluch.logging.gelf.intern.PoolingGelfMessageBuilder
Build a new Gelf message based on the builder settings.
byName(String) - Static method in enum biz.paluch.logging.gelf.LogMessageField.NamedLogField
 

C

channel() - Method in class biz.paluch.logging.gelf.intern.sender.AbstractNioSender
 
close(Closeable) - Static method in class biz.paluch.logging.gelf.intern.Closer
Close silently the closeable.
close(Socket) - Static method in class biz.paluch.logging.gelf.intern.Closer
Close silently the socket.
close() - Method in interface biz.paluch.logging.gelf.intern.GelfSender
Close the sender and free resources.
close() - Method in class biz.paluch.logging.gelf.intern.sender.AbstractNioSender
 
close() - Method in class biz.paluch.logging.gelf.intern.sender.GelfHTTPSender
 
close() - Method in class biz.paluch.logging.gelf.intern.sender.GelfREDISSender
 
close() - Method in class biz.paluch.logging.gelf.intern.sender.GelfTCPSSLSender
 
close() - Method in class biz.paluch.logging.gelf.intern.sender.KafkaGelfSender
 
close() - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
close() - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
close() - Method in class biz.paluch.logging.gelf.standalone.DatenpumpeImpl
 
Closer - Class in biz.paluch.logging.gelf.intern
Internal helper to silently close resources.
ConfigurationSupport - Class in biz.paluch.logging.gelf.intern
 
connect() - Method in class biz.paluch.logging.gelf.intern.sender.GelfTCPSender
 
connect() - Method in class biz.paluch.logging.gelf.intern.sender.GelfTCPSSLSender
 
connect() - Method in class biz.paluch.logging.gelf.intern.sender.GelfUDPSender
 
CONNECTION_TIMEOUT - Static variable in class biz.paluch.logging.gelf.intern.sender.GelfTCPSender
 
create(GelfSenderConfiguration) - Method in interface biz.paluch.logging.gelf.intern.GelfSenderProvider
Create the sender based on the passed configuration.
create(GelfSenderConfiguration) - Method in class biz.paluch.logging.gelf.intern.sender.DefaultGelfSenderProvider
 
create(GelfSenderConfiguration) - Method in class biz.paluch.logging.gelf.intern.sender.KafkaGelfSenderProvider
 
create(GelfSenderConfiguration) - Method in class biz.paluch.logging.gelf.intern.sender.RedisGelfSenderProvider
 
createAppender(Configuration, String, Filter, GelfLogField[], GelfDynamicMdcLogFields[], GelfDynamicMdcFieldType[], String, String, String, String, String, String, String, String, String, String, String, String, String, boolean) - Static method in class biz.paluch.logging.gelf.log4j2.GelfLogAppender
 
createField(String, String) - Static method in class biz.paluch.logging.gelf.log4j2.GelfDynamicMdcFieldType
 
createField(Configuration, String) - Static method in class biz.paluch.logging.gelf.log4j2.GelfDynamicMdcLogFields
 
createField(Configuration, String, String, String, String) - Static method in class biz.paluch.logging.gelf.log4j2.GelfLogField
 
createGelfMessage(LogEvent) - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
Produce a GelfMessage.
createGelfMessage(LogRecord) - Method in class biz.paluch.logging.gelf.jboss7.JBoss7GelfLogHandler
 
createGelfMessage(LogRecord) - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
createGelfMessage(LoggingEvent) - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
createGelfMessage(LogEvent) - Method in class biz.paluch.logging.gelf.log4j2.GelfLogAppender
 
createGelfMessage(ILoggingEvent) - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
createGelfMessage(LogEvent) - Method in class biz.paluch.logging.gelf.MdcGelfMessageAssembler
 
createGelfMessage(LogRecord) - Method in class biz.paluch.logging.gelf.wildfly.WildFlyGelfLogHandler
 
createGelfMessageAssembler() - Method in class biz.paluch.logging.gelf.jboss7.JBoss7GelfLogHandler
 
createGelfMessageAssembler() - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
createGelfMessageAssembler() - Method in class biz.paluch.logging.gelf.wildfly.WildFlyGelfLogHandler
 
createGelfSender() - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
createGelfSender() - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
createGelfSender() - Method in class biz.paluch.logging.gelf.log4j2.GelfLogAppender
 
createGelfSender() - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
createSender(HostAndPortProvider, ErrorReporter, Map<String, Object>) - Static method in class biz.paluch.logging.gelf.intern.GelfSenderFactory
Create a GelfSender based on the configuration.
createSender(GelfSenderConfiguration) - Static method in class biz.paluch.logging.gelf.intern.GelfSenderFactory
Create a GelfSender based on the configuration.
createSocketChannel(int, boolean) - Method in class biz.paluch.logging.gelf.intern.sender.GelfTCPSender
 

D

Datenpumpe - Interface in biz.paluch.logging.gelf.standalone
Datenpumpe allows to submit arbitrary values (flat data set) using Gelf.
DatenpumpeImpl - Class in biz.paluch.logging.gelf.standalone
Default implementation of Datenpumpe.
DatenpumpeImpl(GelfSenderConfiguration) - Constructor for class biz.paluch.logging.gelf.standalone.DatenpumpeImpl
 
DEFAUL_LEVEL - Static variable in class biz.paluch.logging.gelf.intern.GelfMessage
 
DEFAULT_FACILITY - Static variable in class biz.paluch.logging.gelf.intern.GelfMessage
 
DEFAULT_MESSAGE_SIZE - Static variable in class biz.paluch.logging.gelf.intern.GelfMessage
 
DEFAULT_PORT - Static variable in class biz.paluch.logging.gelf.intern.sender.DefaultGelfSenderProvider
Default GELF port.
DefaultGelfSenderConfiguration - Class in biz.paluch.logging.gelf.standalone
Default Gelf sender configuration for standalone use.
DefaultGelfSenderConfiguration() - Constructor for class biz.paluch.logging.gelf.standalone.DefaultGelfSenderConfiguration
 
DefaultGelfSenderConfiguration(ErrorReporter) - Constructor for class biz.paluch.logging.gelf.standalone.DefaultGelfSenderConfiguration
 
DefaultGelfSenderProvider - Class in biz.paluch.logging.gelf.intern.sender
Default provider for GelfSender that creates UDP, TCP and HTTP senders.
DefaultGelfSenderProvider() - Constructor for class biz.paluch.logging.gelf.intern.sender.DefaultGelfSenderProvider
 
dynamicMdcFieldTypes - Variable in class biz.paluch.logging.gelf.GelfMessageBuilder
 
DynamicMdcMessageField - Class in biz.paluch.logging.gelf
 
DynamicMdcMessageField(String) - Constructor for class biz.paluch.logging.gelf.DynamicMdcMessageField
 

E

EQ - Static variable in class biz.paluch.logging.gelf.intern.ConfigurationSupport
 
equals(Object) - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
ErrorReporter - Interface in biz.paluch.logging.gelf.intern
Error reporter to report errors while submitting log event.

F

facility - Variable in class biz.paluch.logging.gelf.GelfMessageBuilder
 
FIELD_FACILITY - Static variable in class biz.paluch.logging.gelf.intern.GelfMessage
 
FIELD_FULL_MESSAGE - Static variable in class biz.paluch.logging.gelf.intern.GelfMessage
 
FIELD_HOST - Static variable in class biz.paluch.logging.gelf.intern.GelfMessage
 
FIELD_LEVEL - Static variable in class biz.paluch.logging.gelf.intern.GelfMessage
 
FIELD_MESSAGE_PARAM - Static variable in class biz.paluch.logging.gelf.GelfMessageAssembler
 
FIELD_SHORT_MESSAGE - Static variable in class biz.paluch.logging.gelf.intern.GelfMessage
 
FIELD_STACK_TRACE - Static variable in class biz.paluch.logging.gelf.GelfMessageAssembler
 
FIELD_TIMESTAMP - Static variable in class biz.paluch.logging.gelf.intern.GelfMessage
 
FIELD_TYPE_DEFAULT - Static variable in class biz.paluch.logging.gelf.intern.GelfMessage
 
FIELD_TYPE_DISCOVER - Static variable in class biz.paluch.logging.gelf.intern.GelfMessage
Discover the field type by trying to parse it.
FIELD_TYPE_DOUBLE - Static variable in class biz.paluch.logging.gelf.intern.GelfMessage
double field type.
FIELD_TYPE_DOUBLE2 - Static variable in class biz.paluch.logging.gelf.intern.GelfMessage
Double field type.
FIELD_TYPE_LONG - Static variable in class biz.paluch.logging.gelf.intern.GelfMessage
long field type.
FIELD_TYPE_LONG2 - Static variable in class biz.paluch.logging.gelf.intern.GelfMessage
Long field type.
FIELD_TYPE_STRING - Static variable in class biz.paluch.logging.gelf.intern.GelfMessage
String field type.
FIELD_VERSION - Static variable in class biz.paluch.logging.gelf.intern.GelfMessage
 
FILTER_SETTINGS - Static variable in class biz.paluch.logging.StackTraceFilter
 
FIRST_ACCESS - Static variable in class biz.paluch.logging.RuntimeContainer
Load-Time of this class.
flush() - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
format(LogRecord) - Method in class biz.paluch.logging.gelf.jul.GelfFormatter
 
format(LoggingEvent) - Method in class biz.paluch.logging.gelf.log4j.GelfLayout
 
format(LogEvent, StringBuilder) - Method in class biz.paluch.logging.gelf.log4j2.HostnameConverter
 
format(ExtLogRecord) - Method in class biz.paluch.logging.gelf.wildfly.WildFlyJsonFormatter
 
FQDN_HOSTNAME - Static variable in class biz.paluch.logging.RuntimeContainer
Current FQDN Hostname.
fullMessage - Variable in class biz.paluch.logging.gelf.GelfMessageBuilder
 

G

GELF_VERSION - Static variable in class biz.paluch.logging.gelf.intern.GelfMessage
 
GELF_VERSION_1_0 - Static variable in class biz.paluch.logging.gelf.intern.GelfMessage
 
GELF_VERSION_1_1 - Static variable in class biz.paluch.logging.gelf.intern.GelfMessage
 
GelfDynamicMdcFieldType - Class in biz.paluch.logging.gelf.log4j2
Configuration for dynamic log fields pulled from MDC.
GelfDynamicMdcFieldType(Pattern, String) - Constructor for class biz.paluch.logging.gelf.log4j2.GelfDynamicMdcFieldType
 
GelfDynamicMdcLogFields - Class in biz.paluch.logging.gelf.log4j2
Configuration for dynamic log fields pulled from MDC.
GelfDynamicMdcLogFields(String) - Constructor for class biz.paluch.logging.gelf.log4j2.GelfDynamicMdcLogFields
 
GelfFormatter - Class in biz.paluch.logging.gelf.jul
Log-Formatter for JSON using fields specified within GELF.
GelfFormatter() - Constructor for class biz.paluch.logging.gelf.jul.GelfFormatter
 
GelfHTTPSender - Class in biz.paluch.logging.gelf.intern.sender
HTTP-based Gelf sender.
GelfHTTPSender(URL, int, int, ErrorReporter) - Constructor for class biz.paluch.logging.gelf.intern.sender.GelfHTTPSender
Create a new GelfHTTPSender given url, connectTimeoutMs, readTimeoutMs and ErrorReporter.
GelfLayout - Class in biz.paluch.logging.gelf.log4j
Log-Formatter for JSON using fields specified within GELF.
GelfLayout() - Constructor for class biz.paluch.logging.gelf.log4j.GelfLayout
 
GelfLogAppender - Class in biz.paluch.logging.gelf.log4j
Logging-Handler for GELF (Graylog Extended Logging Format).
GelfLogAppender() - Constructor for class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
GelfLogAppender - Class in biz.paluch.logging.gelf.log4j2
Logging-Handler for GELF (Graylog Extended Logging Format).
GelfLogAppender(String, Filter, MdcGelfMessageAssembler, boolean) - Constructor for class biz.paluch.logging.gelf.log4j2.GelfLogAppender
 
GelfLogbackAppender - Class in biz.paluch.logging.gelf.logback
Logging-Handler for GELF (Graylog Extended Logging Format).
GelfLogbackAppender() - Constructor for class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
GelfLogField - Class in biz.paluch.logging.gelf.log4j2
Configuration for a log field.
GelfLogField(String, String, String, PatternLayout) - Constructor for class biz.paluch.logging.gelf.log4j2.GelfLogField
 
GelfLogHandler - Class in biz.paluch.logging.gelf.jul
Logging-Handler for GELF (Graylog Extended Logging Format).
GelfLogHandler() - Constructor for class biz.paluch.logging.gelf.jul.GelfLogHandler
 
GelfMessage - Class in biz.paluch.logging.gelf.intern
Represents a Gelf message.
GelfMessage() - Constructor for class biz.paluch.logging.gelf.intern.GelfMessage
 
GelfMessage(String, String, long, String) - Constructor for class biz.paluch.logging.gelf.intern.GelfMessage
 
GelfMessageAssembler - Class in biz.paluch.logging.gelf
Creates GelfMessage based on various LogEvent.
GelfMessageAssembler() - Constructor for class biz.paluch.logging.gelf.GelfMessageAssembler
 
gelfMessageAssembler - Variable in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
gelfMessageAssembler - Variable in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
gelfMessageAssembler - Variable in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
GelfMessageBuilder - Class in biz.paluch.logging.gelf
Builder to create a GelfMessage.
GelfMessageBuilder() - Constructor for class biz.paluch.logging.gelf.GelfMessageBuilder
 
GelfREDISSender<T> - Class in biz.paluch.logging.gelf.intern.sender
 
GelfREDISSender(Pool<Jedis>, String, ErrorReporter) - Constructor for class biz.paluch.logging.gelf.intern.sender.GelfREDISSender
 
GelfSender - Interface in biz.paluch.logging.gelf.intern
Strategy interface to send a GelfMessage without being opinionated about the underlying transport.
gelfSender - Variable in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
gelfSender - Variable in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
gelfSender - Variable in class biz.paluch.logging.gelf.log4j2.GelfLogAppender
 
gelfSender - Variable in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
GelfSenderConfiguration - Interface in biz.paluch.logging.gelf.intern
Configuration for a Gelf Sender.
GelfSenderFactory - Class in biz.paluch.logging.gelf.intern
Factory to create a GelfSender based on the host and protocol details.
GelfSenderProvider - Interface in biz.paluch.logging.gelf.intern
Strategy interface to create a GelfSender.
GelfTCPSender - Class in biz.paluch.logging.gelf.intern.sender
 
GelfTCPSender(String, int, int, int, ErrorReporter) - Constructor for class biz.paluch.logging.gelf.intern.sender.GelfTCPSender
 
GelfTCPSender(String, int, int, int, int, boolean, ErrorReporter) - Constructor for class biz.paluch.logging.gelf.intern.sender.GelfTCPSender
 
GelfTCPSender(String, int, int, int, int, boolean, BackOff, int, ErrorReporter) - Constructor for class biz.paluch.logging.gelf.intern.sender.GelfTCPSender
 
GelfTCPSSLSender - Class in biz.paluch.logging.gelf.intern.sender
TCP with SSL GelfSender.
GelfTCPSSLSender(String, int, int, int, int, boolean, ErrorReporter, SSLContext) - Constructor for class biz.paluch.logging.gelf.intern.sender.GelfTCPSSLSender
 
GelfTCPSSLSender(String, int, int, int, int, boolean, BackOff, int, ErrorReporter, SSLContext) - Constructor for class biz.paluch.logging.gelf.intern.sender.GelfTCPSSLSender
 
GelfUDPSender - Class in biz.paluch.logging.gelf.intern.sender
 
GelfUDPSender(String, int, ErrorReporter) - Constructor for class biz.paluch.logging.gelf.intern.sender.GelfUDPSender
 
GelfUtil - Class in biz.paluch.logging.gelf
 
getAdditionalFieldTypes() - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
getAdditonalFields() - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
getDefaultMapping(LogMessageField.NamedLogField...) - Static method in class biz.paluch.logging.gelf.LogMessageField
 
getDefaultMapping(boolean, LogMessageField.NamedLogField...) - Static method in class biz.paluch.logging.gelf.LogMessageField
 
getDefaults() - Static method in class biz.paluch.logging.StackTraceFilter
 
getEntryNames() - Method in class biz.paluch.logging.gelf.Values
 
getErrorReporter() - Method in interface biz.paluch.logging.gelf.intern.GelfSenderConfiguration
 
getErrorReporter() - Method in class biz.paluch.logging.gelf.standalone.DefaultGelfSenderConfiguration
 
getExtractStackTrace() - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
 
getExtractStackTrace() - Method in class biz.paluch.logging.gelf.jul.GelfFormatter
 
getExtractStackTrace() - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
getExtractStackTrace() - Method in class biz.paluch.logging.gelf.log4j.GelfLayout
 
getExtractStackTrace() - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
getExtractStackTrace() - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
getExtractStackTrace() - Method in class biz.paluch.logging.gelf.wildfly.WildFlyJsonFormatter
 
getFacility() - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
 
getFacility() - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
getFacility() - Method in class biz.paluch.logging.gelf.jul.GelfFormatter
 
getFacility() - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
getFacility() - Method in class biz.paluch.logging.gelf.log4j.GelfLayout
 
getFacility() - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
getFacility() - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
getFacility() - Method in class biz.paluch.logging.gelf.wildfly.WildFlyJsonFormatter
 
getField(String) - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
getFieldName() - Method in enum biz.paluch.logging.gelf.LogMessageField.NamedLogField
 
getFilteredStackTrace(Throwable) - Static method in class biz.paluch.logging.StackTraceFilter
Get a filterered stack trace.
getFilteredStackTrace(Throwable, boolean) - Static method in class biz.paluch.logging.StackTraceFilter
Deprecated.
since 1.11.1. Use StackTraceFilter.getStackTrace(Throwable, int) to get the stack trace without filtering or StackTraceFilter.getFilteredStackTrace(Throwable) to get the filtered the stack trace.
getFilteredStackTrace(Throwable, int) - Static method in class biz.paluch.logging.StackTraceFilter
Filter stack trace by selecting the Throwable using a reference position.
getFullMessage() - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
getGraylogHost() - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
getGraylogHost() - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
getGraylogHost() - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
getGraylogPort() - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
getGraylogPort() - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
getGraylogPort() - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
getHost() - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
 
getHost() - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
getHost() - Method in interface biz.paluch.logging.gelf.intern.GelfSenderConfiguration
 
getHost() - Method in interface biz.paluch.logging.gelf.intern.HostAndPortProvider
 
getHost() - Method in class biz.paluch.logging.gelf.intern.sender.AbstractNioSender
 
getHost() - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
getHost() - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
getHost() - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
getHost() - Method in class biz.paluch.logging.gelf.standalone.DefaultGelfSenderConfiguration
 
getJavaTimestamp() - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
getLevel() - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
getLineBreak() - Method in class biz.paluch.logging.gelf.jul.GelfFormatter
 
getLineBreak() - Method in class biz.paluch.logging.gelf.log4j.GelfLayout
 
getLineBreak() - Method in class biz.paluch.logging.gelf.wildfly.WildFlyJsonFormatter
 
getLiteral() - Method in class biz.paluch.logging.gelf.log4j2.GelfLogField
 
getLogTimestamp() - Method in class biz.paluch.logging.gelf.jul.JulLogEvent
 
getLogTimestamp() - Method in interface biz.paluch.logging.gelf.LogEvent
 
getMatchingMdcNames(DynamicMdcMessageField, Set<String>) - Static method in class biz.paluch.logging.gelf.GelfUtil
 
getMaximumMessageSize() - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
 
getMaximumMessageSize() - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
getMaximumMessageSize() - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
getMaximumMessageSize() - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
getMaximumMessageSize() - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
getMdc() - Method in class biz.paluch.logging.gelf.log4j2.GelfLogField
 
getMdcName() - Method in class biz.paluch.logging.gelf.MdcMessageField
 
getMdcNames() - Method in class biz.paluch.logging.gelf.jboss7.JBoss7JulLogEvent
 
getMdcNames() - Method in class biz.paluch.logging.gelf.jul.JulLogEvent
 
getMdcNames() - Method in interface biz.paluch.logging.gelf.LogEvent
 
getMdcValue(String) - Method in class biz.paluch.logging.gelf.jboss7.JBoss7JulLogEvent
 
getMdcValue(String) - Method in class biz.paluch.logging.gelf.jul.JulLogEvent
 
getMdcValue(String) - Method in interface biz.paluch.logging.gelf.LogEvent
 
getMessage() - Method in class biz.paluch.logging.gelf.jul.JulLogEvent
 
getMessage() - Method in interface biz.paluch.logging.gelf.LogEvent
 
getName() - Method in class biz.paluch.logging.gelf.DynamicMdcMessageField
 
getName() - Method in class biz.paluch.logging.gelf.log4j2.GelfLogField
 
getName() - Method in class biz.paluch.logging.gelf.LogMessageField
 
getName() - Method in class biz.paluch.logging.gelf.MdcMessageField
 
getName() - Method in interface biz.paluch.logging.gelf.MessageField
 
getName() - Method in class biz.paluch.logging.gelf.StaticMessageField
 
getNamedLogField() - Method in class biz.paluch.logging.gelf.LogMessageField
 
getOriginHost() - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
 
getOriginHost() - Method in class biz.paluch.logging.gelf.jul.GelfFormatter
 
getOriginHost() - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
getOriginHost() - Method in class biz.paluch.logging.gelf.log4j.GelfLayout
 
getOriginHost() - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
getOriginHost() - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
getOriginHost() - Method in class biz.paluch.logging.gelf.wildfly.WildFlyJsonFormatter
 
getParameters() - Method in class biz.paluch.logging.gelf.jul.JulLogEvent
 
getParameters() - Method in interface biz.paluch.logging.gelf.LogEvent
 
getPattern() - Method in class biz.paluch.logging.gelf.DynamicMdcMessageField
 
getPattern() - Method in class biz.paluch.logging.gelf.log4j2.GelfDynamicMdcFieldType
 
getPatternLayout() - Method in class biz.paluch.logging.gelf.log4j2.GelfLogField
 
getPatternLayout() - Method in class biz.paluch.logging.gelf.log4j2.PatternLogMessageField
 
getPort() - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
 
getPort() - Method in interface biz.paluch.logging.gelf.intern.GelfSenderConfiguration
 
getPort() - Method in interface biz.paluch.logging.gelf.intern.HostAndPortProvider
 
getPort() - Method in class biz.paluch.logging.gelf.intern.sender.AbstractNioSender
 
getPort() - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
getPort() - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
getPort() - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
getPort() - Method in class biz.paluch.logging.gelf.standalone.DefaultGelfSenderConfiguration
 
getProperty(String) - Method in class biz.paluch.logging.gelf.jul.JulPropertyProvider
 
getProperty(String) - Method in interface biz.paluch.logging.gelf.PropertyProvider
 
getProperty(String, String) - Static method in class biz.paluch.logging.RuntimeContainerProperties
Lookup property from (System.getenv(String) and System.getProperty(String) as fallback.
getRegex() - Method in class biz.paluch.logging.gelf.DynamicMdcMessageField
 
getRegex() - Method in class biz.paluch.logging.gelf.log4j2.GelfDynamicMdcLogFields
 
getShortMessage() - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
getSimpleClassName(String) - Static method in class biz.paluch.logging.gelf.GelfUtil
 
getSpecificConfigurations() - Method in interface biz.paluch.logging.gelf.intern.GelfSenderConfiguration
 
getSpecificConfigurations() - Method in class biz.paluch.logging.gelf.standalone.DefaultGelfSenderConfiguration
 
getStackTrace(Throwable) - Static method in class biz.paluch.logging.StackTraceFilter
Get the Throwable's stack trace.
getStackTrace(Throwable, int) - Static method in class biz.paluch.logging.StackTraceFilter
Get the stack trace by selecting the Throwable using a reference position.
getStyle() - Method in class biz.paluch.logging.gelf.log4j2.HostnameConverter
 
getSyslogLevel() - Method in class biz.paluch.logging.gelf.jul.JulLogEvent
 
getSyslogLevel() - Method in interface biz.paluch.logging.gelf.LogEvent
 
getThrowable() - Method in class biz.paluch.logging.gelf.jul.JulLogEvent
 
getThrowable() - Method in interface biz.paluch.logging.gelf.LogEvent
 
getThrowable(Throwable, int) - Static method in class biz.paluch.logging.StackTraceFilter
Return a Throwable by its reference position.
getTimestamp() - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
getTimestampAsBigDecimal() - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
getTimestampPattern() - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
 
getTimestampPattern() - Method in class biz.paluch.logging.gelf.jul.GelfFormatter
 
getTimestampPattern() - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
getTimestampPattern() - Method in class biz.paluch.logging.gelf.log4j.GelfLayout
 
getTimestampPattern() - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
getTimestampPattern() - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
getTimestampPattern() - Method in class biz.paluch.logging.gelf.wildfly.WildFlyJsonFormatter
 
getType() - Method in class biz.paluch.logging.gelf.log4j2.GelfDynamicMdcFieldType
 
getValue(LogMessageField) - Method in class biz.paluch.logging.gelf.jboss7.JBoss7JulLogEvent
 
getValue(LogMessageField) - Method in class biz.paluch.logging.gelf.jul.JulLogEvent
 
getValue() - Method in class biz.paluch.logging.gelf.StaticMessageField
 
getValue(String) - Method in class biz.paluch.logging.gelf.Values
 
getValues(MessageField) - Method in class biz.paluch.logging.gelf.jboss7.JBoss7JulLogEvent
 
getValues(MessageField) - Method in class biz.paluch.logging.gelf.jul.JulLogEvent
 
getValues(MessageField) - Method in interface biz.paluch.logging.gelf.LogEvent
 
getVersion() - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
 
getVersion() - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
getVersion() - Method in class biz.paluch.logging.gelf.jul.GelfFormatter
 
getVersion() - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
getVersion() - Method in class biz.paluch.logging.gelf.log4j.GelfLayout
 
getVersion() - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
getVersion() - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
getVersion() - Method in class biz.paluch.logging.gelf.wildfly.WildFlyJsonFormatter
 

H

hashCode() - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
hasValues() - Method in class biz.paluch.logging.gelf.Values
 
host - Variable in class biz.paluch.logging.gelf.GelfMessageBuilder
 
HostAndPortProvider - Interface in biz.paluch.logging.gelf.intern
Provided a host and a port number.
HOSTNAME - Static variable in class biz.paluch.logging.RuntimeContainer
Current Hostname.
HostnameConverter - Class in biz.paluch.logging.gelf.log4j2
Provides the servername/Hostname.
HostnameConverter(String) - Constructor for class biz.paluch.logging.gelf.log4j2.HostnameConverter
 

I

ID_NAME - Static variable in class biz.paluch.logging.gelf.intern.GelfMessage
 
ignoresThrowable() - Method in class biz.paluch.logging.gelf.log4j.GelfLayout
 
INITIAL_BUFFER_SIZE - Static variable in class biz.paluch.logging.gelf.intern.sender.AbstractNioSender
Default initial buffer size 40 x 8192.
initialize(PropertyProvider) - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
Initialize the GelfMessageAssembler from a property provider.
initialize(PropertyProvider) - Method in class biz.paluch.logging.gelf.MdcGelfMessageAssembler
 
initialize(ErrorReporter) - Static method in class biz.paluch.logging.RuntimeContainer
Initialize only once.
initializeDefaultFields() - Method in class biz.paluch.logging.gelf.jboss7.JBoss7GelfLogHandler
 
initializeDefaultFields() - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
initializeDefaultFields() - Method in class biz.paluch.logging.gelf.wildfly.WildFlyGelfLogHandler
 
isConnected() - Method in class biz.paluch.logging.gelf.intern.sender.AbstractNioSender
 
isConnected(T) - Method in class biz.paluch.logging.gelf.intern.sender.AbstractNioSender
 
isConnected(SocketChannel) - Method in class biz.paluch.logging.gelf.intern.sender.GelfTCPSender
 
isConnected() - Method in class biz.paluch.logging.gelf.intern.sender.GelfTCPSSLSender
 
isConnected(SocketChannel) - Method in class biz.paluch.logging.gelf.intern.sender.GelfTCPSSLSender
 
isConnected(DatagramChannel) - Method in class biz.paluch.logging.gelf.intern.sender.GelfUDPSender
 
isEmpty(String) - Static method in class biz.paluch.logging.gelf.intern.GelfMessage
 
isEnabled() - Method in class biz.paluch.logging.gelf.jboss7.JBoss7GelfLogHandler
 
isEnabled() - Method in class biz.paluch.logging.gelf.wildfly.WildFlyGelfLogHandler
 
isExtractStackTrace() - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
 
isFilterStackTrace() - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
 
isFilterStackTrace() - Method in class biz.paluch.logging.gelf.jul.GelfFormatter
 
isFilterStackTrace() - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
isFilterStackTrace() - Method in class biz.paluch.logging.gelf.log4j.GelfLayout
 
isFilterStackTrace() - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
isFilterStackTrace() - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
isFilterStackTrace() - Method in class biz.paluch.logging.gelf.wildfly.WildFlyJsonFormatter
 
isIncludeFullMdc() - Method in class biz.paluch.logging.gelf.jboss7.JBoss7GelfLogHandler
 
isIncludeFullMdc() - Method in class biz.paluch.logging.gelf.log4j.GelfLayout
 
isIncludeFullMdc() - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
isIncludeFullMdc() - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
isIncludeFullMdc() - Method in class biz.paluch.logging.gelf.MdcGelfMessageAssembler
 
isIncludeFullMdc() - Method in class biz.paluch.logging.gelf.wildfly.WildFlyGelfLogHandler
 
isIncludeFullMdc() - Method in class biz.paluch.logging.gelf.wildfly.WildFlyJsonFormatter
 
isIncludeLocation() - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
 
isIncludeLocation() - Method in class biz.paluch.logging.gelf.jul.GelfFormatter
 
isIncludeLocation() - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
isIncludeLocation() - Method in class biz.paluch.logging.gelf.log4j.GelfLayout
 
isIncludeLocation() - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
isIncludeLocation() - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
isIncludeLocation() - Method in class biz.paluch.logging.gelf.wildfly.WildFlyJsonFormatter
 
isIncludeLogMessageParameters() - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
 
isIncludeLogMessageParameters() - Method in class biz.paluch.logging.gelf.jul.GelfFormatter
 
isIncludeLogMessageParameters() - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
isIncludeLogMessageParameters() - Method in class biz.paluch.logging.gelf.wildfly.WildFlyJsonFormatter
 
isLoggable(LogRecord) - Method in class biz.paluch.logging.gelf.jboss7.JBoss7GelfLogHandler
 
isLoggable(LogRecord) - Method in class biz.paluch.logging.gelf.wildfly.WildFlyGelfLogHandler
 
isMdcProfiling() - Method in class biz.paluch.logging.gelf.jboss7.JBoss7GelfLogHandler
 
isMdcProfiling() - Method in class biz.paluch.logging.gelf.log4j.GelfLayout
 
isMdcProfiling() - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
isMdcProfiling() - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
isMdcProfiling() - Method in class biz.paluch.logging.gelf.MdcGelfMessageAssembler
 
isMdcProfiling() - Method in class biz.paluch.logging.gelf.wildfly.WildFlyGelfLogHandler
 
isMdcProfiling() - Method in class biz.paluch.logging.gelf.wildfly.WildFlyJsonFormatter
 
isShutdown() - Method in class biz.paluch.logging.gelf.intern.sender.AbstractNioSender
 
isValid() - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 

J

javaTimestamp - Variable in class biz.paluch.logging.gelf.GelfMessageBuilder
 
JBoss7GelfLogHandler - Class in biz.paluch.logging.gelf.jboss7
Logging-Handler for GELF (Graylog Extended Logging Format).
JBoss7GelfLogHandler() - Constructor for class biz.paluch.logging.gelf.jboss7.JBoss7GelfLogHandler
 
JBoss7JulLogEvent - Class in biz.paluch.logging.gelf.jboss7
 
JBoss7JulLogEvent(ExtLogRecord) - Constructor for class biz.paluch.logging.gelf.jboss7.JBoss7JulLogEvent
 
JulLogEvent - Class in biz.paluch.logging.gelf.jul
LogEvent implementation for a Java Util Logging LogRecord.
JulLogEvent(LogRecord) - Constructor for class biz.paluch.logging.gelf.jul.JulLogEvent
 
JulPropertyProvider - Class in biz.paluch.logging.gelf.jul
 
JulPropertyProvider(Class<?>) - Constructor for class biz.paluch.logging.gelf.jul.JulPropertyProvider
 

K

KAFKA_SCHEME - Static variable in class biz.paluch.logging.gelf.intern.sender.KafkaContants
 
KafkaContants - Class in biz.paluch.logging.gelf.intern.sender
 
KafkaGelfSender - Class in biz.paluch.logging.gelf.intern.sender
GelfSender using Kafka.
KafkaGelfSender(KafkaProducer<byte[], byte[]>, String, ErrorReporter) - Constructor for class biz.paluch.logging.gelf.intern.sender.KafkaGelfSender
 
KafkaGelfSenderProvider - Class in biz.paluch.logging.gelf.intern.sender
KafkaGelfSenderProvider() - Constructor for class biz.paluch.logging.gelf.intern.sender.KafkaGelfSenderProvider
 
KEEPALIVE - Static variable in class biz.paluch.logging.gelf.intern.sender.GelfTCPSender
 

L

level - Variable in class biz.paluch.logging.gelf.GelfMessageBuilder
 
loadSetttings(String) - Static method in class biz.paluch.logging.StackTraceFilter
 
LogEvent - Interface in biz.paluch.logging.gelf
Abstraction for a log event.
LogMessageField - Class in biz.paluch.logging.gelf
Field with reference to the log event.
LogMessageField(String, LogMessageField.NamedLogField) - Constructor for class biz.paluch.logging.gelf.LogMessageField
 
LogMessageField.NamedLogField - Enum in biz.paluch.logging.gelf
Named references to common log event fields.
lookupHostname(ErrorReporter) - Static method in class biz.paluch.logging.RuntimeContainer
Triggers the hostname lookup.

M

main(String[]) - Static method in class biz.paluch.logging.RuntimeContainer
 
MAX_WRITE_BACKOFF_TIME - Static variable in class biz.paluch.logging.gelf.intern.sender.GelfTCPSender
 
maximumMessageSize - Variable in class biz.paluch.logging.gelf.GelfMessageBuilder
 
MDC_REQUEST_DURATION - Static variable in class biz.paluch.logging.gelf.GelfUtil
Profiling Duration in MDC.
MDC_REQUEST_DURATION_MILLIS - Static variable in class biz.paluch.logging.gelf.GelfUtil
 
MDC_REQUEST_END - Static variable in class biz.paluch.logging.gelf.GelfUtil
Profiling End in MDC.
MDC_REQUEST_START_MS - Static variable in class biz.paluch.logging.gelf.GelfUtil
Profiling Start in MDC (msec).
MdcGelfMessageAssembler - Class in biz.paluch.logging.gelf
Message-Assembler using MDC.
MdcGelfMessageAssembler() - Constructor for class biz.paluch.logging.gelf.MdcGelfMessageAssembler
 
MdcMessageField - Class in biz.paluch.logging.gelf
 
MdcMessageField(String, String) - Constructor for class biz.paluch.logging.gelf.MdcMessageField
 
MessageField - Interface in biz.paluch.logging.gelf
Generic message field.
MessagePostprocessingErrorReporter - Class in biz.paluch.logging.gelf.intern
ErrorReporter that post-processes the error message if it is null by using the exception class name as fallback.
MessagePostprocessingErrorReporter(ErrorReporter) - Constructor for class biz.paluch.logging.gelf.intern.MessagePostprocessingErrorReporter
 
MULTI_VALUE_DELIMITTER - Static variable in class biz.paluch.logging.gelf.intern.ConfigurationSupport
 
MULTI_VALUE_DELIMITTER - Static variable in class biz.paluch.logging.gelf.jul.GelfFormatter
 
MULTI_VALUE_DELIMITTER - Static variable in class biz.paluch.logging.gelf.log4j.GelfLayout
 
MULTI_VALUE_DELIMITTER - Static variable in class biz.paluch.logging.gelf.wildfly.WildFlyJsonFormatter
 

N

newInstance() - Static method in class biz.paluch.logging.gelf.GelfMessageBuilder
Creates a new instance of the GelfMessageBuilder.
newInstance() - Static method in class biz.paluch.logging.gelf.intern.PoolingGelfMessageBuilder
Creates a new instance of the GelfMessageBuilder.
newInstance(String[]) - Static method in class biz.paluch.logging.gelf.log4j2.HostnameConverter
 

P

PatternLogMessageField - Class in biz.paluch.logging.gelf.log4j2
 
PatternLogMessageField(String, LogMessageField.NamedLogField, PatternLayout) - Constructor for class biz.paluch.logging.gelf.log4j2.PatternLogMessageField
 
PoolingGelfMessageBuilder - Class in biz.paluch.logging.gelf.intern
 
PROPERTY_ADDITIONAL_FIELD - Static variable in interface biz.paluch.logging.gelf.PropertyProvider
 
PROPERTY_ADDITIONAL_FIELD_TYPE - Static variable in interface biz.paluch.logging.gelf.PropertyProvider
 
PROPERTY_ADDITIONAL_FIELD_TYPES - Static variable in interface biz.paluch.logging.gelf.PropertyProvider
 
PROPERTY_ADDITIONAL_FIELDS - Static variable in interface biz.paluch.logging.gelf.PropertyProvider
 
PROPERTY_BUFFER_SIZE - Static variable in class biz.paluch.logging.gelf.intern.sender.AbstractNioSender
Buffer size for transmit buffers.
PROPERTY_DYNAMIC_MDC_FIELD - Static variable in class biz.paluch.logging.gelf.MdcGelfMessageAssembler
 
PROPERTY_DYNAMIC_MDC_FIELD_TYPES - Static variable in interface biz.paluch.logging.gelf.PropertyProvider
 
PROPERTY_EXTRACT_STACKTRACE - Static variable in interface biz.paluch.logging.gelf.PropertyProvider
 
PROPERTY_FACILITY - Static variable in interface biz.paluch.logging.gelf.PropertyProvider
 
PROPERTY_FILTER - Static variable in interface biz.paluch.logging.gelf.PropertyProvider
 
PROPERTY_FILTER_STACK_TRACE - Static variable in interface biz.paluch.logging.gelf.PropertyProvider
 
PROPERTY_GRAYLOG_HOST - Static variable in interface biz.paluch.logging.gelf.PropertyProvider
Deprecated.
Use host.
PROPERTY_GRAYLOG_PORT - Static variable in interface biz.paluch.logging.gelf.PropertyProvider
Deprecated.
use port.
PROPERTY_HOST - Static variable in interface biz.paluch.logging.gelf.PropertyProvider
 
PROPERTY_INCLUDE_FULL_MDC - Static variable in class biz.paluch.logging.gelf.MdcGelfMessageAssembler
 
PROPERTY_INCLUDE_LOCATION - Static variable in interface biz.paluch.logging.gelf.PropertyProvider
 
PROPERTY_INCLUDE_LOG_MESSAGE_PARAMETERS - Static variable in interface biz.paluch.logging.gelf.PropertyProvider
 
PROPERTY_LEVEL - Static variable in interface biz.paluch.logging.gelf.PropertyProvider
 
PROPERTY_LOGSTASH_GELF_FQDN_HOSTNAME - Static variable in class biz.paluch.logging.RuntimeContainerProperties
Set this system property to a fully qualified hostname to use a fixed host name.
PROPERTY_LOGSTASH_GELF_HOSTNAME - Static variable in class biz.paluch.logging.RuntimeContainerProperties
Set this system property to a simple hostname to use a fixed host name.
PROPERTY_LOGSTASH_GELF_HOSTNAME_RESOLUTION_ORDER - Static variable in class biz.paluch.logging.RuntimeContainerProperties
PROPERTY_LOGSTASH_GELF_SKIP_HOSTNAME_RESOLUTION - Static variable in class biz.paluch.logging.RuntimeContainerProperties
Set this system property to true to skip hosname resolution.
PROPERTY_MAX_MESSAGE_SIZE - Static variable in interface biz.paluch.logging.gelf.PropertyProvider
 
PROPERTY_MDC_FIELD - Static variable in class biz.paluch.logging.gelf.MdcGelfMessageAssembler
 
PROPERTY_MDC_PROFILING - Static variable in class biz.paluch.logging.gelf.MdcGelfMessageAssembler
 
PROPERTY_ORIGIN_HOST - Static variable in interface biz.paluch.logging.gelf.PropertyProvider
 
PROPERTY_PORT - Static variable in interface biz.paluch.logging.gelf.PropertyProvider
 
PROPERTY_TIMESTAMP_PATTERN - Static variable in interface biz.paluch.logging.gelf.PropertyProvider
 
PROPERTY_USE_POOLING - Static variable in class biz.paluch.logging.gelf.GelfMessageAssembler
PROPERTY_USE_POOLING - Static variable in class biz.paluch.logging.gelf.intern.PoolingGelfMessageBuilder
Can be static (default value) for static held pools true for using instance-based held pools false to disable pooling
PROPERTY_VERSION - Static variable in interface biz.paluch.logging.gelf.PropertyProvider
 
PropertyProvider - Interface in biz.paluch.logging.gelf
Provides access to Log-Framework properties.
publish(LogRecord) - Method in class biz.paluch.logging.gelf.jboss7.JBoss7GelfLogHandler
 
publish(LogRecord) - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
publish(LogRecord) - Method in class biz.paluch.logging.gelf.wildfly.WildFlyGelfLogHandler
 

R

READ_TIMEOUT - Static variable in class biz.paluch.logging.gelf.intern.sender.GelfTCPSender
 
recycle() - Method in class biz.paluch.logging.gelf.intern.PoolingGelfMessageBuilder
Recycle this GelfMessageBuilder to a default state.
RedisGelfSenderProvider - Class in biz.paluch.logging.gelf.intern.sender
RedisGelfSenderProvider() - Constructor for class biz.paluch.logging.gelf.intern.sender.RedisGelfSenderProvider
 
removeAllAddedSenderProviders() - Static method in class biz.paluch.logging.gelf.intern.GelfSenderFactory
 
removeGelfSenderProvider(GelfSenderProvider) - Static method in class biz.paluch.logging.gelf.intern.GelfSenderFactory
 
reportError(String, Exception) - Method in interface biz.paluch.logging.gelf.intern.ErrorReporter
Report an error caused by a exception.
reportError(String, Exception) - Method in class biz.paluch.logging.gelf.intern.MessagePostprocessingErrorReporter
 
reportError(String, Exception) - Method in class biz.paluch.logging.gelf.intern.sender.AbstractNioSender
 
reportError(String, Exception) - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
reportError(String, Exception) - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
reportError(String, Exception) - Method in class biz.paluch.logging.gelf.log4j2.GelfLogAppender
 
reportError(String, Exception) - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
reportError(String, Exception) - Method in class biz.paluch.logging.gelf.standalone.Slf4jErrorReporter
 
requiresLayout() - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
RESOLUTION_ORDER_LOCALHOST_NETWORK_FALLBACK - Static variable in class biz.paluch.logging.RuntimeContainerProperties
Resolution order: First inspect the local host name, then try to get the host name from network devices.
RESOLUTION_ORDER_NETWORK_LOCALHOST_FALLBACK - Static variable in class biz.paluch.logging.RuntimeContainerProperties
Resolution order: First inspect the network devices to retrieve a host name, then try to get the host name from the local host.
RETRIES - Static variable in class biz.paluch.logging.gelf.intern.sender.GelfTCPSender
 
RuntimeContainer - Class in biz.paluch.logging
Static Details about the runtime container: Hostname (simple/fqdn), Address and timestamp of the first access (time when the application was loaded).
RuntimeContainerProperties - Class in biz.paluch.logging
Collection of property names in order to control host name/host name resolution.

S

sendMessage(GelfMessage) - Method in interface biz.paluch.logging.gelf.intern.GelfSender
Send the Gelf message.
sendMessage(GelfMessage) - Method in class biz.paluch.logging.gelf.intern.sender.GelfHTTPSender
 
sendMessage(GelfMessage) - Method in class biz.paluch.logging.gelf.intern.sender.GelfREDISSender
 
sendMessage(GelfMessage) - Method in class biz.paluch.logging.gelf.intern.sender.GelfTCPSender
 
sendMessage(GelfMessage) - Method in class biz.paluch.logging.gelf.intern.sender.GelfUDPSender
 
sendMessage(GelfMessage) - Method in class biz.paluch.logging.gelf.intern.sender.KafkaGelfSender
 
sendMessage0(GelfMessage) - Method in class biz.paluch.logging.gelf.intern.sender.GelfREDISSender
 
setAdditionalFields(String, GelfMessageAssembler) - Static method in class biz.paluch.logging.gelf.intern.ConfigurationSupport
Set the additional (static) fields.
setAdditionalFields(String) - Method in class biz.paluch.logging.gelf.jul.GelfFormatter
 
setAdditionalFields(String) - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
setAdditionalFields(String) - Method in class biz.paluch.logging.gelf.log4j.GelfLayout
 
setAdditionalFields(String) - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
setAdditionalFields(String) - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
setAdditionalFields(String) - Method in class biz.paluch.logging.gelf.wildfly.WildFlyJsonFormatter
 
setAdditionalFieldType(String, String) - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
 
setAdditionalFieldTypes(String, GelfMessageAssembler) - Static method in class biz.paluch.logging.gelf.intern.ConfigurationSupport
Set the additional field types.
setAdditionalFieldTypes(Map<String, String>) - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
setAdditionalFieldTypes(String) - Method in class biz.paluch.logging.gelf.jul.GelfFormatter
 
setAdditionalFieldTypes(String) - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
setAdditionalFieldTypes(String) - Method in class biz.paluch.logging.gelf.log4j.GelfLayout
 
setAdditionalFieldTypes(String) - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
setAdditionalFieldTypes(String) - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
setAdditionalFieldTypes(String) - Method in class biz.paluch.logging.gelf.wildfly.WildFlyJsonFormatter
 
setChannel(T) - Method in class biz.paluch.logging.gelf.intern.sender.AbstractNioSender
 
setDynamicMdcFields(String, GelfMessageAssembler) - Static method in class biz.paluch.logging.gelf.intern.ConfigurationSupport
Set the dynamic MDC fields.
setDynamicMdcFields(String) - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
setDynamicMdcFields(String) - Method in class biz.paluch.logging.gelf.log4j.GelfLayout
 
setDynamicMdcFields(String) - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
setDynamicMdcFields(String) - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
setDynamicMdcFields(String) - Method in class biz.paluch.logging.gelf.wildfly.WildFlyJsonFormatter
 
setDynamicMdcFieldType(String, String) - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
 
setDynamicMdcFieldType(Pattern, String) - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
 
setDynamicMdcFieldTypes(String, GelfMessageAssembler) - Static method in class biz.paluch.logging.gelf.intern.ConfigurationSupport
Set the dynamic mdc field types.
setDynamicMdcFieldTypes(Map<Pattern, String>) - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
setDynamicMdcFieldTypes(String) - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
setDynamicMdcFieldTypes(String) - Method in class biz.paluch.logging.gelf.log4j.GelfLayout
 
setDynamicMdcFieldTypes(String) - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
setDynamicMdcFieldTypes(String) - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
setDynamicMdcFieldTypes(String) - Method in class biz.paluch.logging.gelf.wildfly.WildFlyJsonFormatter
 
setEnabled(boolean) - Method in class biz.paluch.logging.gelf.jboss7.JBoss7GelfLogHandler
Manually enable/disable the handler.
setEnabled(boolean) - Method in class biz.paluch.logging.gelf.wildfly.WildFlyGelfLogHandler
Manually enable/disable the handler.
setErrorReporter(ErrorReporter) - Method in class biz.paluch.logging.gelf.standalone.DefaultGelfSenderConfiguration
 
setExtractStackTrace(boolean) - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
 
setExtractStackTrace(String) - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
 
setExtractStackTrace(String) - Method in class biz.paluch.logging.gelf.jul.GelfFormatter
 
setExtractStackTrace(String) - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
setExtractStackTrace(String) - Method in class biz.paluch.logging.gelf.log4j.GelfLayout
 
setExtractStackTrace(String) - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
setExtractStackTrace(String) - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
setExtractStackTrace(String) - Method in class biz.paluch.logging.gelf.wildfly.WildFlyJsonFormatter
 
setFacility(String) - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
 
setFacility(String) - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
setFacility(String) - Method in class biz.paluch.logging.gelf.jul.GelfFormatter
 
setFacility(String) - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
setFacility(String) - Method in class biz.paluch.logging.gelf.log4j.GelfLayout
 
setFacility(String) - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
setFacility(String) - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
setFacility(String) - Method in class biz.paluch.logging.gelf.wildfly.WildFlyJsonFormatter
 
setFields(String) - Method in class biz.paluch.logging.gelf.jul.GelfFormatter
 
setFields(String) - Method in class biz.paluch.logging.gelf.log4j.GelfLayout
 
setFields(String) - Method in class biz.paluch.logging.gelf.wildfly.WildFlyJsonFormatter
 
setFilterStackTrace(boolean) - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
 
setFilterStackTrace(boolean) - Method in class biz.paluch.logging.gelf.jul.GelfFormatter
 
setFilterStackTrace(boolean) - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
setFilterStackTrace(boolean) - Method in class biz.paluch.logging.gelf.log4j.GelfLayout
 
setFilterStackTrace(boolean) - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
setFilterStackTrace(boolean) - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
setFilterStackTrace(boolean) - Method in class biz.paluch.logging.gelf.wildfly.WildFlyJsonFormatter
 
setFullMessage(String) - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
setGraylogHost(String) - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
setGraylogHost(String) - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
setGraylogHost(String) - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
setGraylogPort(int) - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
setGraylogPort(int) - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
setGraylogPort(int) - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
setHost(String) - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
 
setHost(String) - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
setHost(String) - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
setHost(String) - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
setHost(String) - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
setHost(String) - Method in class biz.paluch.logging.gelf.standalone.DefaultGelfSenderConfiguration
 
setIncludeFullMdc(boolean) - Method in class biz.paluch.logging.gelf.jboss7.JBoss7GelfLogHandler
 
setIncludeFullMdc(boolean) - Method in class biz.paluch.logging.gelf.log4j.GelfLayout
 
setIncludeFullMdc(boolean) - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
setIncludeFullMdc(boolean) - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
setIncludeFullMdc(boolean) - Method in class biz.paluch.logging.gelf.MdcGelfMessageAssembler
 
setIncludeFullMdc(boolean) - Method in class biz.paluch.logging.gelf.wildfly.WildFlyGelfLogHandler
 
setIncludeFullMdc(boolean) - Method in class biz.paluch.logging.gelf.wildfly.WildFlyJsonFormatter
 
setIncludeLocation(boolean) - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
 
setIncludeLocation(boolean) - Method in class biz.paluch.logging.gelf.jul.GelfFormatter
 
setIncludeLocation(boolean) - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
setIncludeLocation(boolean) - Method in class biz.paluch.logging.gelf.log4j.GelfLayout
 
setIncludeLocation(boolean) - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
setIncludeLocation(boolean) - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
setIncludeLocation(boolean) - Method in class biz.paluch.logging.gelf.wildfly.WildFlyJsonFormatter
 
setIncludeLogMessageParameters(boolean) - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
 
setIncludeLogMessageParameters(boolean) - Method in class biz.paluch.logging.gelf.jul.GelfFormatter
 
setIncludeLogMessageParameters(boolean) - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
setIncludeLogMessageParameters(boolean) - Method in class biz.paluch.logging.gelf.wildfly.WildFlyJsonFormatter
 
setJavaTimestamp(long) - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
setLevel(String) - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
setLineBreak(String) - Method in class biz.paluch.logging.gelf.jul.GelfFormatter
 
setLineBreak(String) - Method in class biz.paluch.logging.gelf.log4j.GelfLayout
 
setLineBreak(String) - Method in class biz.paluch.logging.gelf.wildfly.WildFlyJsonFormatter
 
setMaximumMessageSize(int) - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
 
setMaximumMessageSize(int) - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
setMaximumMessageSize(int) - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
setMaximumMessageSize(int) - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
setMaximumMessageSize(int) - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
setMdcFields(String, GelfMessageAssembler) - Static method in class biz.paluch.logging.gelf.intern.ConfigurationSupport
Set the MDC fields.
setMdcFields(String) - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
setMdcFields(String) - Method in class biz.paluch.logging.gelf.log4j.GelfLayout
 
setMdcFields(String) - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
setMdcFields(String) - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
setMdcFields(String) - Method in class biz.paluch.logging.gelf.wildfly.WildFlyJsonFormatter
 
setMdcProfiling(boolean) - Method in class biz.paluch.logging.gelf.jboss7.JBoss7GelfLogHandler
 
setMdcProfiling(boolean) - Method in class biz.paluch.logging.gelf.log4j.GelfLayout
 
setMdcProfiling(boolean) - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
setMdcProfiling(boolean) - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
setMdcProfiling(boolean) - Method in class biz.paluch.logging.gelf.MdcGelfMessageAssembler
 
setMdcProfiling(boolean) - Method in class biz.paluch.logging.gelf.wildfly.WildFlyGelfLogHandler
 
setMdcProfiling(boolean) - Method in class biz.paluch.logging.gelf.wildfly.WildFlyJsonFormatter
 
setOriginHost(String) - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
 
setOriginHost(String) - Method in class biz.paluch.logging.gelf.jul.GelfFormatter
 
setOriginHost(String) - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
setOriginHost(String) - Method in class biz.paluch.logging.gelf.log4j.GelfLayout
 
setOriginHost(String) - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
setOriginHost(String) - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
setOriginHost(String) - Method in class biz.paluch.logging.gelf.wildfly.WildFlyJsonFormatter
 
setPort(int) - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
 
setPort(int) - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
setPort(int) - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
setPort(int) - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
setPort(int) - Method in class biz.paluch.logging.gelf.standalone.DefaultGelfSenderConfiguration
 
setShortMessage(String) - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
setSpecificConfigurations(Map<String, Object>) - Method in class biz.paluch.logging.gelf.standalone.DefaultGelfSenderConfiguration
 
setTimestampPattern(String) - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
 
setTimestampPattern(String) - Method in class biz.paluch.logging.gelf.jul.GelfFormatter
 
setTimestampPattern(String) - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
setTimestampPattern(String) - Method in class biz.paluch.logging.gelf.log4j.GelfLayout
 
setTimestampPattern(String) - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
setTimestampPattern(String) - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
setTimestampPattern(String) - Method in class biz.paluch.logging.gelf.wildfly.WildFlyJsonFormatter
 
setValue(String, Object) - Method in class biz.paluch.logging.gelf.Values
 
setVersion(String) - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
 
setVersion(String) - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
setVersion(String) - Method in class biz.paluch.logging.gelf.jul.GelfFormatter
 
setVersion(String) - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
setVersion(String) - Method in class biz.paluch.logging.gelf.log4j.GelfLayout
 
setVersion(String) - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
setVersion(String) - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
setVersion(String) - Method in class biz.paluch.logging.gelf.wildfly.WildFlyJsonFormatter
 
shortMessage - Variable in class biz.paluch.logging.gelf.GelfMessageBuilder
 
size() - Method in class biz.paluch.logging.gelf.Values
 
Slf4jErrorReporter - Class in biz.paluch.logging.gelf.standalone
 
Slf4jErrorReporter() - Constructor for class biz.paluch.logging.gelf.standalone.Slf4jErrorReporter
 
Slf4jErrorReporter(Logger) - Constructor for class biz.paluch.logging.gelf.standalone.Slf4jErrorReporter
 
sliceDatagrams(ByteBuffer, int, ByteBuffer) - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
specificConfigurations - Variable in class biz.paluch.logging.gelf.standalone.DefaultGelfSenderConfiguration
 
StackTraceFilter - Class in biz.paluch.logging
Filtering Facility for stack traces.
start() - Method in class biz.paluch.logging.gelf.log4j2.GelfLogAppender
 
start() - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
StaticMessageField - Class in biz.paluch.logging.gelf
 
StaticMessageField(String, String) - Constructor for class biz.paluch.logging.gelf.StaticMessageField
 
stop(long, TimeUnit, boolean) - Method in class biz.paluch.logging.gelf.log4j2.GelfLogAppender
 
stop() - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
submit(Map<String, Object>) - Method in interface biz.paluch.logging.gelf.standalone.Datenpumpe
Submit a map of key-value pairs using Gelf.
submit(GelfMessage) - Method in interface biz.paluch.logging.gelf.standalone.Datenpumpe
Submit a GelfMessage.
submit(Object) - Method in interface biz.paluch.logging.gelf.standalone.Datenpumpe
Submit a Java bean.
submit(Map<String, Object>) - Method in class biz.paluch.logging.gelf.standalone.DatenpumpeImpl
 
submit(GelfMessage) - Method in class biz.paluch.logging.gelf.standalone.DatenpumpeImpl
 
submit(Object) - Method in class biz.paluch.logging.gelf.standalone.DatenpumpeImpl
 
SUPPORTED_FIELDS - Static variable in class biz.paluch.logging.gelf.jul.GelfFormatter
 
SUPPORTED_FIELDS - Static variable in class biz.paluch.logging.gelf.log4j.GelfLayout
 
SUPPORTED_FIELDS - Static variable in class biz.paluch.logging.gelf.wildfly.WildFlyJsonFormatter
 
supports(String) - Method in interface biz.paluch.logging.gelf.intern.GelfSenderProvider
 
supports(String) - Method in class biz.paluch.logging.gelf.intern.sender.DefaultGelfSenderProvider
 
supports(String) - Method in class biz.paluch.logging.gelf.intern.sender.KafkaGelfSenderProvider
 
supports(String) - Method in class biz.paluch.logging.gelf.intern.sender.RedisGelfSenderProvider
 

T

toJson() - Method in class biz.paluch.logging.gelf.intern.GelfMessage
Create a JSON representation for this GelfMessage.
toJson(String) - Method in class biz.paluch.logging.gelf.intern.GelfMessage
Create a JSON representation for this GelfMessage.
toJson(ByteBuffer, String) - Method in class biz.paluch.logging.gelf.intern.GelfMessage
Create a JSON representation for this GelfMessage and write it to the ByteBuffer.
toJson(OutputAccessor, String) - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
toString() - Method in class biz.paluch.logging.gelf.DynamicMdcMessageField
 
toString() - Method in class biz.paluch.logging.gelf.LogMessageField
 
toString() - Method in class biz.paluch.logging.gelf.MdcMessageField
 
toString() - Method in class biz.paluch.logging.gelf.StaticMessageField
 
toTCPBuffer() - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
toTCPBuffer(ByteBuffer) - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
toUDPBuffers() - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
toUDPBuffers(ByteBuffer, ByteBuffer) - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 

U

usePooling() - Static method in class biz.paluch.logging.gelf.intern.PoolingGelfMessageBuilder
 

V

valueOf(String) - Static method in enum biz.paluch.logging.gelf.LogMessageField.NamedLogField
Returns the enum constant of this type with the specified name.
values() - Static method in enum biz.paluch.logging.gelf.LogMessageField.NamedLogField
Returns an array containing the constants of this enum type, in the order they are declared.
Values - Class in biz.paluch.logging.gelf
Value object to abstract multiple values mapped by a String key.
Values() - Constructor for class biz.paluch.logging.gelf.Values
 
Values(String, Object) - Constructor for class biz.paluch.logging.gelf.Values
 
VERBOSE_LOGGING_PROPERTY - Static variable in class biz.paluch.logging.gelf.LogMessageField
 
VERBOSE_LOGGING_PROPERTY - Static variable in class biz.paluch.logging.StackTraceFilter
 
version - Variable in class biz.paluch.logging.gelf.GelfMessageBuilder
 

W

WildFlyGelfLogHandler - Class in biz.paluch.logging.gelf.wildfly
Logging-Handler for GELF (Graylog Extended Logging Format).
WildFlyGelfLogHandler() - Constructor for class biz.paluch.logging.gelf.wildfly.WildFlyGelfLogHandler
 
WildFlyJsonFormatter - Class in biz.paluch.logging.gelf.wildfly
Log-Formatter for JSON using fields specified within GELF.
WildFlyJsonFormatter() - Constructor for class biz.paluch.logging.gelf.wildfly.WildFlyJsonFormatter
 
withAdditionalFieldTypes(Map<String, String>) - Method in class biz.paluch.logging.gelf.GelfMessageBuilder
Set additional field types
withDynamicMdcFieldTypes(Map<Pattern, String>) - Method in class biz.paluch.logging.gelf.GelfMessageBuilder
Set dynamic mdc field types
withFacility(String) - Method in class biz.paluch.logging.gelf.GelfMessageBuilder
Set the facility.
withField(String, String) - Method in class biz.paluch.logging.gelf.GelfMessageBuilder
Add an additional field.
withFields(Map<String, String>) - Method in class biz.paluch.logging.gelf.GelfMessageBuilder
Add additional fields.
withFullMessage(String) - Method in class biz.paluch.logging.gelf.GelfMessageBuilder
Set the full_message.
withHost(String) - Method in class biz.paluch.logging.gelf.GelfMessageBuilder
Set the host.
withJavaTimestamp(long) - Method in class biz.paluch.logging.gelf.GelfMessageBuilder
Set the java timestamp (millis).
withLevel(String) - Method in class biz.paluch.logging.gelf.GelfMessageBuilder
Set the level (severity).
withMaximumMessageSize(int) - Method in class biz.paluch.logging.gelf.GelfMessageBuilder
Set the max message size.
withShortMessage(String) - Method in class biz.paluch.logging.gelf.GelfMessageBuilder
Set the short_message.
withVersion(String) - Method in class biz.paluch.logging.gelf.GelfMessageBuilder
Set the version.
write(ByteBuffer) - Method in class biz.paluch.logging.gelf.intern.sender.GelfTCPSender
 
write(ByteBuffer) - Method in class biz.paluch.logging.gelf.intern.sender.GelfTCPSSLSender
 
WRITE_BACKOFF_THRESHOLD - Static variable in class biz.paluch.logging.gelf.intern.sender.GelfTCPSender
 
WRITE_BACKOFF_TIME - Static variable in class biz.paluch.logging.gelf.intern.sender.GelfTCPSender
 
A B C D E F G H I J K L M N P R S T U V W 
Skip navigation links

Copyright © 2013–2023. All rights reserved.