A B C D E F G H I J L M N P R S T V W 

A

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
 
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
 
biz.paluch.logging.gelf.intern.sender - package biz.paluch.logging.gelf.intern.sender
 
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
 
build() - Method in class biz.paluch.logging.gelf.GelfMessageBuilder
Build a new Gelf message based on the builder settings.
byName(String) - Static method in enum biz.paluch.logging.gelf.LogMessageField.NamedLogField
 

C

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.GelfREDISSender
 
close() - Method in class biz.paluch.logging.gelf.intern.sender.GelfTCPSender
 
close() - Method in class biz.paluch.logging.gelf.intern.sender.GelfUDPSender
 
close() - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
close() - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
Closer - Class in biz.paluch.logging.gelf.intern
 
Closer() - Constructor for class biz.paluch.logging.gelf.intern.Closer
 
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.RedisGelfSenderProvider
 
createAppender(String, Filter, GelfLogField[], GelfDynamicMdcLogFields[], String, String, String, String, String, String, String, String, String, String) - Static method in class biz.paluch.logging.gelf.log4j2.GelfLogAppender
 
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
Producte a Gelf message.
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
 
createGelfMessageAssembler() - Method in class biz.paluch.logging.gelf.jboss7.JBoss7GelfLogHandler
 
createGelfMessageAssembler() - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
createSender(HostAndPortProvider, ErrorReporter) - 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.
createSocket() - Method in class biz.paluch.logging.gelf.intern.sender.GelfTCPSender
 

D

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
 
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
(c) https://github.com/Batigoal/logstash-gelf.git
DefaultGelfSenderProvider() - Constructor for class biz.paluch.logging.gelf.intern.sender.DefaultGelfSenderProvider
 
DynamicMdcMessageField - Class in biz.paluch.logging.gelf
 
DynamicMdcMessageField(String) - Constructor for class biz.paluch.logging.gelf.DynamicMdcMessageField
 

E

equals(Object) - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
ErrorReporter - Interface in biz.paluch.logging.gelf.intern
 

F

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
 
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(LogEvent, StringBuilder) - Method in class biz.paluch.logging.gelf.log4j2.HostnameConverter
 
FQDN_HOSTNAME - Static variable in class biz.paluch.logging.RuntimeContainer
Current FQDN Hostname.

G

GELF_VERSION - Static variable in class biz.paluch.logging.gelf.intern.GelfMessage
 
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
 
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) - 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
(c) https://github.com/t0xa/gelfj
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
 
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.
GelfREDISSender - Class in biz.paluch.logging.gelf.intern.sender
(c) https://github.com/strima/logstash-gelf.git
GelfREDISSender(JedisPool, String, ErrorReporter) - Constructor for class biz.paluch.logging.gelf.intern.sender.GelfREDISSender
 
GelfSender - Interface in biz.paluch.logging.gelf.intern
(c) https://github.com/t0xa/gelfj
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
 
GelfSenderFactory() - Constructor for class biz.paluch.logging.gelf.intern.GelfSenderFactory
 
GelfSenderProvider - Interface in biz.paluch.logging.gelf.intern
(c) https://github.com/Batigoal/logstash-gelf.git
GelfTCPSender - Class in biz.paluch.logging.gelf.intern.sender
(c) https://github.com/t0xa/gelfj
GelfTCPSender(String, int, int, int, ErrorReporter) - Constructor for class biz.paluch.logging.gelf.intern.sender.GelfTCPSender
 
GelfUDPSender - Class in biz.paluch.logging.gelf.intern.sender
(c) https://github.com/t0xa/gelfj
GelfUDPSender(String, int, ErrorReporter) - Constructor for class biz.paluch.logging.gelf.intern.sender.GelfUDPSender
 
GelfUtil - Class in biz.paluch.logging.gelf
 
getAdditonalFields() - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
getCurrentMillis() - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
getDefaultMapping(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
 
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.GelfLogHandler
 
getFacility() - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
getFacility() - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
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
Filter Stack-Trace
getFilteredStackTrace(Throwable, boolean) - Static method in class biz.paluch.logging.StackTraceFilter
Filter Stack-Trace
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.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
 
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.GelfLogHandler
 
getOriginHost() - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
getOriginHost() - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
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
 
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.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
 
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
 
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
 
getTimestamp() - 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.GelfLogHandler
 
getTimestampPattern() - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
getTimestampPattern() - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
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.intern.GelfMessage
 

H

hashCode() - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
hasValues() - Method in class biz.paluch.logging.gelf.Values
 
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
 
initialize(PropertyProvider) - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
Initialize datastructure from property provider.
initialize(PropertyProvider) - Method in class biz.paluch.logging.gelf.MdcGelfMessageAssembler
 
initializeDefaultFields() - Method in class biz.paluch.logging.gelf.jboss7.JBoss7GelfLogHandler
 
initializeDefaultFields() - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
isEmpty(String) - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
isExtractStackTrace() - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
 
isExtractStackTrace() - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
isExtractStackTrace() - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
isExtractStackTrace() - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
isFilterStackTrace() - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
 
isFilterStackTrace() - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
isFilterStackTrace() - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
isFilterStackTrace() - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
isIncludeFullMdc() - Method in class biz.paluch.logging.gelf.jboss7.JBoss7GelfLogHandler
 
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
 
isMdcProfiling() - Method in class biz.paluch.logging.gelf.jboss7.JBoss7GelfLogHandler
 
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
 
isValid() - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 

J

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(LogRecord) - Constructor for class biz.paluch.logging.gelf.jboss7.JBoss7JulLogEvent
 
JulLogEvent - Class in biz.paluch.logging.gelf.jul
 
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
 

L

loadSetttings(String) - Static method in class biz.paluch.logging.StackTraceFilter
 
LogEvent - Interface in biz.paluch.logging.gelf
Generic 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() - Static method in class biz.paluch.logging.RuntimeContainer
Triggers the hostname lookup.

M

main(String[]) - Static method in class biz.paluch.logging.RuntimeContainer
 
MDC_REQUEST_DURATION - Static variable in class biz.paluch.logging.gelf.GelfUtil
Profiling Duration in MDC.
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.

N

newInstance() - Static method in class biz.paluch.logging.gelf.GelfMessageBuilder
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
 
PROPERTY_ADDITIONAL_FIELD - Static variable in interface biz.paluch.logging.gelf.PropertyProvider
 
PROPERTY_ADDITIONAL_FIELDS - Static variable in interface biz.paluch.logging.gelf.PropertyProvider
 
PROPERTY_DYNAMIC_MDC_FIELD - Static variable in class biz.paluch.logging.gelf.MdcGelfMessageAssembler
 
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_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
 
PropertyProvider - Interface in biz.paluch.logging.gelf
Provides access to Log-Framework properties.
publish(LogRecord) - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 

R

RedisGelfSenderProvider - Class in biz.paluch.logging.gelf.intern.sender
(c) https://github.com/Batigoal/logstash-gelf.git
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.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.
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.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
 
setAdditionalFields(String) - Method in class biz.paluch.logging.gelf.jboss7.JBoss7GelfLogHandler
 
setAdditionalFields(String) - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
setAdditionalFields(String) - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
setAdditionalFields(String) - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
setDynamicMdcFields(String) - Method in class biz.paluch.logging.gelf.jboss7.JBoss7GelfLogHandler
 
setDynamicMdcFields(String) - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
setDynamicMdcFields(String) - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
setErrorReporter(ErrorReporter) - Method in class biz.paluch.logging.gelf.standalone.DefaultGelfSenderConfiguration
 
setExtractStackTrace(boolean) - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
 
setExtractStackTrace(boolean) - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
setExtractStackTrace(boolean) - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
setExtractStackTrace(boolean) - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
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.GelfLogHandler
 
setFacility(String) - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
setFacility(String) - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
setFilterStackTrace(boolean) - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
 
setFilterStackTrace(boolean) - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
setFilterStackTrace(boolean) - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
setFilterStackTrace(boolean) - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
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.GelfLogAppender
 
setIncludeFullMdc(boolean) - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
setIncludeFullMdc(boolean) - Method in class biz.paluch.logging.gelf.MdcGelfMessageAssembler
 
setJavaTimestamp(long) - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
setLevel(String) - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
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) - Method in class biz.paluch.logging.gelf.jboss7.JBoss7GelfLogHandler
 
setMdcFields(String) - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
setMdcFields(String) - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
setMdcProfiling(boolean) - Method in class biz.paluch.logging.gelf.jboss7.JBoss7GelfLogHandler
 
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
 
setOriginHost(String) - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
 
setOriginHost(String) - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
setOriginHost(String) - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
setOriginHost(String) - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
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
 
setTimestampPattern(String) - Method in class biz.paluch.logging.gelf.GelfMessageAssembler
 
setTimestampPattern(String) - Method in class biz.paluch.logging.gelf.jul.GelfLogHandler
 
setTimestampPattern(String) - Method in class biz.paluch.logging.gelf.log4j.GelfLogAppender
 
setTimestampPattern(String) - Method in class biz.paluch.logging.gelf.logback.GelfLogbackAppender
 
setValue(String, Object) - Method in class biz.paluch.logging.gelf.Values
 
setVersion(String) - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
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
 
StackTraceFilter - Class in biz.paluch.logging
Filtering Facility for Stack-Traces.
start() - Method in class biz.paluch.logging.gelf.log4j2.GelfLogAppender
 
StaticMessageField - Class in biz.paluch.logging.gelf
 
StaticMessageField(String, String) - Constructor for class biz.paluch.logging.gelf.StaticMessageField
 
stop() - Method in class biz.paluch.logging.gelf.log4j2.GelfLogAppender
 
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.RedisGelfSenderProvider
 

T

toJson(String) - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 
toJson() - 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
 
toUDPBuffers() - Method in class biz.paluch.logging.gelf.intern.GelfMessage
 

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
 
Values() - Constructor for class biz.paluch.logging.gelf.Values
 
Values(String, Object) - Constructor for class biz.paluch.logging.gelf.Values
 

W

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.
A B C D E F G H I J L M N P R S T V W 

Copyright © 2013-2014. All Rights Reserved.