public class DefaultGelfSenderProvider extends Object implements GelfSenderProvider
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PORT |
| Constructor and Description |
|---|
DefaultGelfSenderProvider() |
| Modifier and Type | Method and Description |
|---|---|
GelfSender |
create(GelfSenderConfiguration configuration)
Create the sender based on the passed configuration.
|
boolean |
supports(String host) |
public static final int DEFAULT_PORT
public boolean supports(String host)
supports in interface GelfSenderProviderpublic GelfSender create(GelfSenderConfiguration configuration) throws IOException
GelfSenderProvidercreate in interface GelfSenderProviderIOExceptionCopyright © 2013-2014. All Rights Reserved.