t0xa / gelfj

Graylog Extended Log Format (GELF) implementation in Java and log4j appender without any dependencies.
https://github.com/t0xa/gelfj/wiki
Other
186 stars 116 forks source link

add additional setter for additionalField(s) #77

Closed dabloem closed 10 years ago

dabloem commented 10 years ago

JBoss AS 7, only set the Handler properties if the Handler has corresponding setters. see custom-handler (https://docs.jboss.org/author/display/AS71/Logging+Configuration). JBoss/Wildfly does invoke setters multiple times, so multiple 'additionalField' keys are processed correctly.

t0xa commented 10 years ago

Added in 1.1.7. Please verify.