org.productivity.java.syslog4j
Interface SyslogConstants
- All Superinterfaces:
- java.io.Serializable
- All Known Subinterfaces:
- AbstractNetSyslogConfigIF, AbstractSyslogConfigIF, SSLTCPNetSyslogConfigIF, SSLTCPNetSyslogServerConfigIF, SyslogConfigIF, SyslogIF, SyslogMessageModifierConfigIF, SyslogMessageModifierIF, SyslogServerConfigIF, TCPNetSyslogConfigIF, TCPNetSyslogServerConfigIF
- All Known Implementing Classes:
- AbstractNetSyslogConfig, AbstractSyslog, AbstractSyslogConfig, AbstractSyslogMessageModifierConfig, AbstractSyslogServerConfig, ChecksumSyslogMessageModifier, HashSyslogMessageModifier, MacSyslogMessageModifier, MultipleSyslog, MultipleSyslogConfig, PooledSSLTCPNetSyslogConfig, PrefixSyslogMessageModifier, SequentialSyslogMessageModifier, SSLTCPNetSyslogConfig, SSLTCPNetSyslogServerConfig, StringCaseSyslogMessageModifier, SuffixSyslogMessageModifier, Syslog, Syslog4jAppenderSkeleton, SyslogMessageProcessor, SyslogServer, SyslogUtility, TCPNetSyslogConfig, TCPNetSyslogServerConfig
- public interface SyslogConstants
- extends java.io.Serializable
SyslogConstants provides several global constant values for several
classes within Syslog4j.
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.
- Version:
- $Id: SyslogConstants.java,v 1.26 2009/06/06 19:09:24 cvs Exp $
- Author:
- <syslog4j@productivity.org>
SYSLOG_PATH_DEFAULT
public static final java.lang.String SYSLOG_PATH_DEFAULT
- See Also:
- Constant Field Values
SYSLOG_HOST_DEFAULT
public static final java.lang.String SYSLOG_HOST_DEFAULT
- See Also:
- Constant Field Values
SYSLOG_PORT_DEFAULT
public static final int SYSLOG_PORT_DEFAULT
- See Also:
- Constant Field Values
SYSLOG_BUFFER_SIZE
public static final int SYSLOG_BUFFER_SIZE
- See Also:
- Constant Field Values
SERVER_SOCKET_BACKLOG_DEFAULT
public static final int SERVER_SOCKET_BACKLOG_DEFAULT
- See Also:
- Constant Field Values
SYSLOG_DATEFORMAT
public static final java.lang.String SYSLOG_DATEFORMAT
- See Also:
- Constant Field Values
CHAR_SET_DEFAULT
public static final java.lang.String CHAR_SET_DEFAULT
- See Also:
- Constant Field Values
LF
public static final byte[] LF
CRLF
public static final byte[] CRLF
TCP_DELIMITER_SEQUENCE_DEFAULT
public static final byte[] TCP_DELIMITER_SEQUENCE_DEFAULT
THREADED_DEFAULT
public static final boolean THREADED_DEFAULT
- See Also:
- Constant Field Values
THREAD_LOOP_INTERVAL_DEFAULT
public static final long THREAD_LOOP_INTERVAL_DEFAULT
- See Also:
- Constant Field Values
SEND_LOCAL_NAME_DEFAULT
public static final boolean SEND_LOCAL_NAME_DEFAULT
- See Also:
- Constant Field Values
SEND_LOCAL_TIMESTAMP_DEFAULT
public static final boolean SEND_LOCAL_TIMESTAMP_DEFAULT
- See Also:
- Constant Field Values
CACHE_HOST_ADDRESS_DEFAULT
public static final boolean CACHE_HOST_ADDRESS_DEFAULT
- See Also:
- Constant Field Values
MAX_MESSAGE_LENGTH_DEFAULT
public static final int MAX_MESSAGE_LENGTH_DEFAULT
- See Also:
- Constant Field Values
INCLUDE_IDENT_IN_MESSAGE_MODIFIER_DEFAULT
public static final boolean INCLUDE_IDENT_IN_MESSAGE_MODIFIER_DEFAULT
- See Also:
- Constant Field Values
THROW_EXCEPTION_ON_INITIALIZE_DEFAULT
public static final boolean THROW_EXCEPTION_ON_INITIALIZE_DEFAULT
- See Also:
- Constant Field Values
THROW_EXCEPTION_ON_WRITE_DEFAULT
public static final boolean THROW_EXCEPTION_ON_WRITE_DEFAULT
- See Also:
- Constant Field Values
TRUNCATE_MESSAGE_DEFAULT
public static final boolean TRUNCATE_MESSAGE_DEFAULT
- See Also:
- Constant Field Values
SPLIT_MESSAGE_BEGIN_TEXT_DEFAULT
public static final java.lang.String SPLIT_MESSAGE_BEGIN_TEXT_DEFAULT
- See Also:
- Constant Field Values
SPLIT_MESSAGE_END_TEXT_DEFAULT
public static final java.lang.String SPLIT_MESSAGE_END_TEXT_DEFAULT
- See Also:
- Constant Field Values
SEND_LOCAL_NAME_DEFAULT_VALUE
public static final java.lang.String SEND_LOCAL_NAME_DEFAULT_VALUE
- See Also:
- Constant Field Values
TCP
public static final java.lang.String TCP
- See Also:
- Constant Field Values
UDP
public static final java.lang.String UDP
- See Also:
- Constant Field Values
UNIX_SYSLOG
public static final java.lang.String UNIX_SYSLOG
- See Also:
- Constant Field Values
UNIX_SOCKET
public static final java.lang.String UNIX_SOCKET
- See Also:
- Constant Field Values
TCP_PERSISTENT_CONNECTION_DEFAULT
public static final boolean TCP_PERSISTENT_CONNECTION_DEFAULT
- See Also:
- Constant Field Values
TCP_SO_LINGER_DEFAULT
public static final boolean TCP_SO_LINGER_DEFAULT
- See Also:
- Constant Field Values
TCP_SO_LINGER_SECONDS_DEFAULT
public static final int TCP_SO_LINGER_SECONDS_DEFAULT
- See Also:
- Constant Field Values
TCP_KEEP_ALIVE_DEFAULT
public static final boolean TCP_KEEP_ALIVE_DEFAULT
- See Also:
- Constant Field Values
TCP_REUSE_ADDRESS_DEFAULT
public static final boolean TCP_REUSE_ADDRESS_DEFAULT
- See Also:
- Constant Field Values
TCP_SET_BUFFER_SIZE_DEFAULT
public static final boolean TCP_SET_BUFFER_SIZE_DEFAULT
- See Also:
- Constant Field Values
FACILITY_KERN
public static final int FACILITY_KERN
- See Also:
- Constant Field Values
FACILITY_USER
public static final int FACILITY_USER
- See Also:
- Constant Field Values
FACILITY_MAIL
public static final int FACILITY_MAIL
- See Also:
- Constant Field Values
FACILITY_DAEMON
public static final int FACILITY_DAEMON
- See Also:
- Constant Field Values
FACILITY_AUTH
public static final int FACILITY_AUTH
- See Also:
- Constant Field Values
FACILITY_SYSLOG
public static final int FACILITY_SYSLOG
- See Also:
- Constant Field Values
FACILITY_LPR
public static final int FACILITY_LPR
- See Also:
- Constant Field Values
FACILITY_NEWS
public static final int FACILITY_NEWS
- See Also:
- Constant Field Values
FACILITY_UUCP
public static final int FACILITY_UUCP
- See Also:
- Constant Field Values
FACILITY_CRON
public static final int FACILITY_CRON
- See Also:
- Constant Field Values
FACILITY_AUTHPRIV
public static final int FACILITY_AUTHPRIV
- See Also:
- Constant Field Values
FACILITY_FTP
public static final int FACILITY_FTP
- See Also:
- Constant Field Values
FACILITY_LOCAL0
public static final int FACILITY_LOCAL0
- See Also:
- Constant Field Values
FACILITY_LOCAL1
public static final int FACILITY_LOCAL1
- See Also:
- Constant Field Values
FACILITY_LOCAL2
public static final int FACILITY_LOCAL2
- See Also:
- Constant Field Values
FACILITY_LOCAL3
public static final int FACILITY_LOCAL3
- See Also:
- Constant Field Values
FACILITY_LOCAL4
public static final int FACILITY_LOCAL4
- See Also:
- Constant Field Values
FACILITY_LOCAL5
public static final int FACILITY_LOCAL5
- See Also:
- Constant Field Values
FACILITY_LOCAL6
public static final int FACILITY_LOCAL6
- See Also:
- Constant Field Values
FACILITY_LOCAL7
public static final int FACILITY_LOCAL7
- See Also:
- Constant Field Values
SYSLOG_FACILITY_DEFAULT
public static final int SYSLOG_FACILITY_DEFAULT
- See Also:
- Constant Field Values
LEVEL_DEBUG
public static final int LEVEL_DEBUG
- See Also:
- Constant Field Values
LEVEL_INFO
public static final int LEVEL_INFO
- See Also:
- Constant Field Values
LEVEL_NOTICE
public static final int LEVEL_NOTICE
- See Also:
- Constant Field Values
LEVEL_WARN
public static final int LEVEL_WARN
- See Also:
- Constant Field Values
LEVEL_ERROR
public static final int LEVEL_ERROR
- See Also:
- Constant Field Values
LEVEL_CRITICAL
public static final int LEVEL_CRITICAL
- See Also:
- Constant Field Values
LEVEL_ALERT
public static final int LEVEL_ALERT
- See Also:
- Constant Field Values
LEVEL_FATAL
public static final int LEVEL_FATAL
- See Also:
- Constant Field Values
OPTION_NONE
public static final int OPTION_NONE
- See Also:
- Constant Field Values
OPTION_LOG_CONS
public static final int OPTION_LOG_CONS
- See Also:
- Constant Field Values
OPTION_LOG_NDELAY
public static final int OPTION_LOG_NDELAY
- See Also:
- Constant Field Values
OPTION_LOG_NOWAIT
public static final int OPTION_LOG_NOWAIT
- See Also:
- Constant Field Values
OPTION_LOG_ODELAY
public static final int OPTION_LOG_ODELAY
- See Also:
- Constant Field Values
OPTION_LOG_PERROR
public static final int OPTION_LOG_PERROR
- See Also:
- Constant Field Values
OPTION_LOG_PID
public static final int OPTION_LOG_PID
- See Also:
- Constant Field Values
SOCK_STREAM
public static final int SOCK_STREAM
- See Also:
- Constant Field Values
SOCK_DGRAM
public static final int SOCK_DGRAM
- See Also:
- Constant Field Values
AF_UNIX
public static final int AF_UNIX
- See Also:
- Constant Field Values
SHUT_WR
public static final int SHUT_WR
- See Also:
- Constant Field Values
WRITE_RETRIES_DEFAULT
public static final int WRITE_RETRIES_DEFAULT
- See Also:
- Constant Field Values
MAX_SHUTDOWN_WAIT_DEFAULT
public static final int MAX_SHUTDOWN_WAIT_DEFAULT
- See Also:
- Constant Field Values
SHUTDOWN_INTERVAL
public static final int SHUTDOWN_INTERVAL
- See Also:
- Constant Field Values
SERVER_SHUTDOWN_WAIT_DEFAULT
public static final int SERVER_SHUTDOWN_WAIT_DEFAULT
- See Also:
- Constant Field Values
SYSLOG_LIBRARY_DEFAULT
public static final java.lang.String SYSLOG_LIBRARY_DEFAULT
- See Also:
- Constant Field Values
SYSLOG_SOCKET_LIBRARY_DEFAULT
public static final java.lang.String SYSLOG_SOCKET_LIBRARY_DEFAULT
- See Also:
- Constant Field Values
SYSLOG_SOCKET_PROTOCOL_DEFAULT
public static final int SYSLOG_SOCKET_PROTOCOL_DEFAULT
- See Also:
- Constant Field Values
SYSLOG_SOCKET_PATH_DEFAULT
public static final java.lang.String SYSLOG_SOCKET_PATH_DEFAULT
- See Also:
- Constant Field Values
JNA_NATIVE_CLASS
public static final java.lang.String JNA_NATIVE_CLASS
- See Also:
- Constant Field Values
IDENT_SUFFIX_DEFAULT
public static final java.lang.String IDENT_SUFFIX_DEFAULT
- See Also:
- Constant Field Values
SYSLOG_MESSAGE_MODIFIER_PREFIX_DEFAULT
public static final java.lang.String SYSLOG_MESSAGE_MODIFIER_PREFIX_DEFAULT
- See Also:
- Constant Field Values
SYSLOG_MESSAGE_MODIFIER_SUFFIX_DEFAULT
public static final java.lang.String SYSLOG_MESSAGE_MODIFIER_SUFFIX_DEFAULT
- See Also:
- Constant Field Values
SYSLOG_SEQUENTIAL_MESSAGE_MODIFIER_PREFIX_DEFAULT
public static final java.lang.String SYSLOG_SEQUENTIAL_MESSAGE_MODIFIER_PREFIX_DEFAULT
- See Also:
- Constant Field Values
SYSLOG_SEQUENTIAL_MESSAGE_MODIFIER_SUFFIX_DEFAULT
public static final java.lang.String SYSLOG_SEQUENTIAL_MESSAGE_MODIFIER_SUFFIX_DEFAULT
- See Also:
- Constant Field Values
SYSLOG_SEQUENTIAL_MESSAGE_MODIFIER_FIRST_NUMBER_DEFAULT
public static final long SYSLOG_SEQUENTIAL_MESSAGE_MODIFIER_FIRST_NUMBER_DEFAULT
- See Also:
- Constant Field Values
SYSLOG_SEQUENTIAL_MESSAGE_MODIFIER_LAST_NUMBER_DEFAULT
public static final long SYSLOG_SEQUENTIAL_MESSAGE_MODIFIER_LAST_NUMBER_DEFAULT
- See Also:
- Constant Field Values
SYSLOG_SEQUENTIAL_MESSAGE_MODIFIER_PAD_CHAR_DEFAULT
public static final char SYSLOG_SEQUENTIAL_MESSAGE_MODIFIER_PAD_CHAR_DEFAULT
- See Also:
- Constant Field Values
SYSLOG_SEQUENTIAL_MESSAGE_MODIFIER_USE_PADDING_DEFAULT
public static final boolean SYSLOG_SEQUENTIAL_MESSAGE_MODIFIER_USE_PADDING_DEFAULT
- See Also:
- Constant Field Values
SYSLOG_POOL_CONFIG_MAX_ACTIVE_DEFAULT
public static final int SYSLOG_POOL_CONFIG_MAX_ACTIVE_DEFAULT
- See Also:
- Constant Field Values
SYSLOG_POOL_CONFIG_MAX_IDLE_DEFAULT
public static final int SYSLOG_POOL_CONFIG_MAX_IDLE_DEFAULT
- See Also:
- Constant Field Values
SYSLOG_POOL_CONFIG_MAX_WAIT_DEFAULT
public static final int SYSLOG_POOL_CONFIG_MAX_WAIT_DEFAULT
- See Also:
- Constant Field Values
SYSLOG_POOL_CONFIG_NUM_TESTS_PER_EVICTION_RUN_DEFAULT
public static final int SYSLOG_POOL_CONFIG_NUM_TESTS_PER_EVICTION_RUN_DEFAULT
- See Also:
- Constant Field Values
SYSLOG_POOL_CONFIG_MIN_IDLE_DEFAULT
public static final int SYSLOG_POOL_CONFIG_MIN_IDLE_DEFAULT
- See Also:
- Constant Field Values
SYSLOG_POOL_CONFIG_MIN_EVICTABLE_IDLE_TIME_MILLIS_DEFAULT
public static final int SYSLOG_POOL_CONFIG_MIN_EVICTABLE_IDLE_TIME_MILLIS_DEFAULT
- See Also:
- Constant Field Values
SYSLOG_POOL_CONFIG_SOFT_MIN_EVICTABLE_IDLE_TIME_MILLIS_DEFAULT
public static final int SYSLOG_POOL_CONFIG_SOFT_MIN_EVICTABLE_IDLE_TIME_MILLIS_DEFAULT
- See Also:
- Constant Field Values
SYSLOG_POOL_CONFIG_TIME_BETWEEN_EVICTION_RUNS_MILLIS_DEFAULT
public static final int SYSLOG_POOL_CONFIG_TIME_BETWEEN_EVICTION_RUNS_MILLIS_DEFAULT
- See Also:
- Constant Field Values
SYSLOG_POOL_CONFIG_TEST_ON_BORROW_DEFAULT
public static final boolean SYSLOG_POOL_CONFIG_TEST_ON_BORROW_DEFAULT
- See Also:
- Constant Field Values
SYSLOG_POOL_CONFIG_TEST_ON_RETURN_DEFAULT
public static final boolean SYSLOG_POOL_CONFIG_TEST_ON_RETURN_DEFAULT
- See Also:
- Constant Field Values
SYSLOG_POOL_CONFIG_TEST_WHILE_IDLE_DEFAULT
public static final boolean SYSLOG_POOL_CONFIG_TEST_WHILE_IDLE_DEFAULT
- See Also:
- Constant Field Values