|
||||||||||
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.net.AbstractNetSyslogConfig
org.productivity.java.syslog4j.impl.net.udp.UDPNetSyslogConfig
UDPNetSyslogConfig is an extension of AbstractNetSyslogConfig that provides configuration support for UDP/IP-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 |
Fields inherited from class org.productivity.java.syslog4j.impl.net.AbstractNetSyslogConfig |
cacheHostAddress, host, port |
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 | |
UDPNetSyslogConfig()
|
|
UDPNetSyslogConfig(int facility)
|
|
UDPNetSyslogConfig(int facility,
java.lang.String host)
|
|
UDPNetSyslogConfig(int facility,
java.lang.String host,
int port)
|
|
UDPNetSyslogConfig(java.lang.String host)
|
|
UDPNetSyslogConfig(java.lang.String host,
int port)
|
Method Summary | |
java.lang.Class |
getSyslogClass()
|
Methods inherited from class org.productivity.java.syslog4j.impl.net.AbstractNetSyslogConfig |
getHost, getPort, getWriteRetries, isCacheHostAddress, setCacheHostAddress, setHost, setPort, setWriteRetries |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.productivity.java.syslog4j.impl.AbstractSyslogConfigIF |
getBackLogHandlers, getMaxMessageLength, getMaxShutdownWait, getMessageModifiers, getSplitMessageBeginText, getSplitMessageEndText, getSyslogWriterClass, getThreadLoopInterval, isThreaded, setMaxMessageLength, setMaxShutdownWait, setSplitMessageBeginText, setSplitMessageEndText, setThreaded, setThreadLoopInterval |
Constructor Detail |
public UDPNetSyslogConfig()
public UDPNetSyslogConfig(int facility, java.lang.String host, int port)
public UDPNetSyslogConfig(int facility, java.lang.String host)
public UDPNetSyslogConfig(int facility)
public UDPNetSyslogConfig(java.lang.String host, int port)
public UDPNetSyslogConfig(java.lang.String host)
Method Detail |
public java.lang.Class getSyslogClass()
getSyslogClass
in interface SyslogConfigIF
getSyslogClass
in class AbstractSyslogConfig
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |