GelfMessage serialization
and senders.See: Description
| Interface | Description |
|---|---|
| ErrorReporter |
Error reporter to report errors while submitting log event.
|
| GelfSender |
Strategy interface to send a
GelfMessage without being opinionated about the underlying transport. |
| GelfSenderConfiguration |
Configuration for a Gelf Sender.
|
| GelfSenderProvider |
Strategy interface to create a
GelfSender. |
| HostAndPortProvider |
Provided a host and a port number.
|
| Class | Description |
|---|---|
| Closer |
Internal helper to silently close resources.
|
| ConfigurationSupport | |
| GelfMessage |
Represents a Gelf message.
|
| GelfSenderFactory |
Factory to create a
GelfSender based on the host and protocol details. |
| MessagePostprocessingErrorReporter |
ErrorReporter that post-processes the error message if it is null by using the exception class name as
fallback. |
| PoolingGelfMessageBuilder |
GelfMessage serialization
and senders.Copyright © 2013–2023. All rights reserved.