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 GelfSenderConfiguration
public int getPort()
getPort
in interface GelfSenderConfiguration
public ErrorReporter getErrorReporter()
getErrorReporter
in interface GelfSenderConfiguration
public void setErrorReporter(ErrorReporter errorReporter)
public void setHost(String host)
public void setPort(int port)
public Map<String,Object> getSpecificConfigurations()
getSpecificConfigurations
in interface GelfSenderConfiguration
Copyright © 2013–2023. All rights reserved.