public class DefaultGelfSenderConfiguration extends Object implements GelfSenderConfiguration
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
specificConfigurations |
| Constructor and Description |
|---|
DefaultGelfSenderConfiguration() |
DefaultGelfSenderConfiguration(ErrorReporter errorReporter) |
| Modifier and Type | Method and Description |
|---|---|
ErrorReporter |
getErrorReporter() |
String |
getHost() |
int |
getPort() |
Map<String,Object> |
getSpecificConfigurations() |
void |
setErrorReporter(ErrorReporter errorReporter) |
void |
setHost(String host) |
void |
setPort(int port) |
void |
setSpecificConfigurations(Map<String,Object> specificConfigurations) |
public DefaultGelfSenderConfiguration()
public DefaultGelfSenderConfiguration(ErrorReporter errorReporter)
public String getHost()
getHost in interface GelfSenderConfigurationpublic int getPort()
getPort in interface GelfSenderConfigurationpublic ErrorReporter getErrorReporter()
getErrorReporter in interface GelfSenderConfigurationpublic void setErrorReporter(ErrorReporter errorReporter)
public void setHost(String host)
public void setPort(int port)
public Map<String,Object> getSpecificConfigurations()
getSpecificConfigurations in interface GelfSenderConfigurationCopyright © 2013–2023. All rights reserved.