public interface GelfSenderProvider
GelfSender. Implementations decide based on the host string whether they
support GelfSender creation.| Modifier and Type | Method and Description |
|---|---|
GelfSender |
create(GelfSenderConfiguration configuration)
Create the sender based on the passed configuration.
|
boolean |
supports(java.lang.String host) |
boolean supports(java.lang.String host)
host - the host stringGelfSender create(GelfSenderConfiguration configuration) throws java.io.IOException
configuration - the sender configurationjava.io.IOException - if there is an error in the underlying protocolCopyright © 2013-2022. All Rights Reserved.