com.nesscomputing.httpserver.log.syslog
Class SyslogRequestLogConfig
java.lang.Object
com.nesscomputing.httpserver.log.syslog.SyslogRequestLogConfig
public abstract class SyslogRequestLogConfig
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REQUEST_LOG_FIELDS_DEFAULT
public static final String REQUEST_LOG_FIELDS_DEFAULT
- See Also:
- Constant Field Values
SyslogRequestLogConfig
public SyslogRequestLogConfig()
getBlacklist
public Set<String> getBlacklist()
isEnabled
public boolean isEnabled()
getLogFields
public List<String> getLogFields()
getFacility
public com.nesscomputing.syslog4j.SyslogFacility getFacility()
getProtocol
public String getProtocol()
getSyslogHost
public String getSyslogHost()
getSyslogPort
public int getSyslogPort()
getCharset
public String getCharset()
getHostname
public String getHostname()
getAppname
public String getAppname()
getIanaIdentifier
public int getIanaIdentifier()
getMaxMessageLength
public int getMaxMessageLength()
Copyright © 2012 Ness Computing, Inc.. All Rights Reserved.