|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.productivity.java.syslog4j.impl.AbstractSyslogConfig
org.productivity.java.syslog4j.impl.unix.UnixSyslogConfig
UnixSyslogConfig is an extension of AbstractNetSyslogConfig that provides configuration support for Unix-based syslog clients.
Syslog4j is licensed under the Lesser GNU Public License v2.1. A copy of the LGPL license is available in the META-INF folder in all distributions of Syslog4j and in the base directory of the "doc" ZIP.
Field Summary | |
protected java.lang.String |
library
|
protected int |
option
|
Fields inherited from class org.productivity.java.syslog4j.impl.AbstractSyslogConfig |
backLogHandlers, charSet, defaultBackLogHandlers, facility, ident, includeIdentInMessageModifier, maxMessageLength, maxShutdownWait, messageModifiers, sendLocalName, sendLocalTimestamp, splitMessageBeginText, splitMessageEndText, threaded, threadLoopInterval, throwExceptionOnInitialize, throwExceptionOnWrite, writeRetries |
Constructor Summary | |
UnixSyslogConfig()
|
Method Summary | |
java.lang.String |
getHost()
|
java.lang.String |
getLibrary()
|
int |
getOption()
|
int |
getPort()
|
java.lang.Class |
getSyslogClass()
|
void |
setHost(java.lang.String host)
|
void |
setLibrary(java.lang.String library)
|
void |
setOption(int option)
|
void |
setPort(int port)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String library
protected int option
Constructor Detail |
public UnixSyslogConfig()
Method Detail |
public java.lang.Class getSyslogClass()
getSyslogClass
in interface SyslogConfigIF
getSyslogClass
in class AbstractSyslogConfig
public java.lang.String getHost()
public int getPort()
public void setHost(java.lang.String host) throws SyslogRuntimeException
SyslogRuntimeException
public void setPort(int port) throws SyslogRuntimeException
SyslogRuntimeException
public java.lang.String getLibrary()
public void setLibrary(java.lang.String library)
public int getOption()
public void setOption(int option)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |