com.nesscomputing.httpserver.log.syslog
Class SyslogRequestLogConfig

java.lang.Object
  extended by com.nesscomputing.httpserver.log.syslog.SyslogRequestLogConfig

public abstract class SyslogRequestLogConfig
extends Object


Field Summary
static String REQUEST_LOG_FIELDS_DEFAULT
           
 
Constructor Summary
SyslogRequestLogConfig()
           
 
Method Summary
 String getAppname()
           
 Set<String> getBlacklist()
           
 String getCharset()
           
 com.nesscomputing.syslog4j.SyslogFacility getFacility()
           
 String getHostname()
           
 int getIanaIdentifier()
           
 List<String> getLogFields()
           
 int getMaxMessageLength()
           
 String getProtocol()
           
 String getSyslogHost()
           
 int getSyslogPort()
           
 boolean isEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REQUEST_LOG_FIELDS_DEFAULT

public static final String REQUEST_LOG_FIELDS_DEFAULT
See Also:
Constant Field Values
Constructor Detail

SyslogRequestLogConfig

public SyslogRequestLogConfig()
Method Detail

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.