|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.productivity.java.syslog4j.impl.AbstractSyslogConfig org.productivity.java.syslog4j.impl.net.AbstractNetSyslogConfig org.productivity.java.syslog4j.impl.net.udp.UDPNetSyslogConfig
public class 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, maxQueueSize, port |
Fields inherited from class org.productivity.java.syslog4j.impl.AbstractSyslogConfig |
---|
backLogHandlers, charSet, defaultBackLogHandlers, facility, ident, includeIdentInMessageModifier, localName, maxMessageLength, maxShutdownWait, messageModifiers, sendLocalName, sendLocalTimestamp, splitMessageBeginText, splitMessageEndText, threaded, threadLoopInterval, threadPriority, throwExceptionOnInitialize, throwExceptionOnWrite, truncateMessage, useDaemonThread, useStructuredData, 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, getMaxQueueSize, getPort, isCacheHostAddress, setCacheHostAddress, setHost, setMaxQueueSize, setPort |
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, getMaxShutdownWait, getMessageModifiers, getSplitMessageBeginText, getSplitMessageEndText, getSyslogWriterClass, getThreadLoopInterval, getThreadPriority, getWriteRetries, isThreaded, isUseDaemonThread, setMaxShutdownWait, setSplitMessageBeginText, setSplitMessageEndText, setThreaded, setThreadLoopInterval, setThreadPriority, setUseDaemonThread, setWriteRetries |
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 |