| Modifier and Type | Method and Description |
|---|---|
SyslogConfigIF |
SyslogIF.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
static SyslogIF |
Syslog.createInstance(String protocol,
SyslogConfigIF config)
Use createInstance(protocol,config) to create your own Syslog instance.
|
void |
SyslogIF.initialize(String protocol,
SyslogConfigIF config) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AbstractSyslogConfigIF
AbstractSyslogConfigIF provides an interface for all Abstract Syslog
configuration implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSyslogConfig
AbstractSyslog provides a base abstract implementation of the SyslogConfigIF
configuration interface.
|
| Modifier and Type | Method and Description |
|---|---|
SyslogConfigIF |
AbstractSyslog.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSyslog.initialize(String protocol,
SyslogConfigIF config) |
| Modifier and Type | Class and Description |
|---|---|
class |
MultipleSyslogConfig
MultipleSyslogConfig is a configuration Object for allowing a single
Syslog call to send to multiple Syslog implementations.
|
| Modifier and Type | Method and Description |
|---|---|
SyslogConfigIF |
MultipleSyslog.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
MultipleSyslog.initialize(String protocol,
SyslogConfigIF config) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AbstractNetSyslogConfigIF
AbstractNetSyslogConfigIF is a configuration interface supporting network-based
Syslog implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNetSyslogConfig
AbstractNetSyslogConfig is an abstract extension of AbstractSyslogConfig
that provides configuration support for network-based syslog clients.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TCPNetSyslogConfigIF
TCPNetSyslogConfigIF is a configuration interface supporting TCP/IP-based
Syslog implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TCPNetSyslogConfig
TCPNetSyslogConfig is an extension of AbstractNetSyslogConfig that provides
configuration support for TCP/IP-based syslog clients.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PooledTCPNetSyslogConfig
NetSyslogPoolFactory is an implementation of SyslogPoolConfigIF
which provides configuration support for the Apache Commons Pool.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SSLTCPNetSyslogConfigIF
SSLTCPNetSyslogConfigIF is a configuration interface supporting TCP/IP-based
(over SSL/TLS) Syslog implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SSLTCPNetSyslogConfig
SSLTCPNetSyslogConfig is an extension of TCPNetSyslogConfig that provides
configuration support for TCP/IP-based (over SSL/TLS) syslog clients.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PooledSSLTCPNetSyslogConfig
PooledSSLTCPNetSyslogConfig is an extension of PooledTCPNetSyslogConfig
which provides configuration support for the Apache Commons Pool.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UDPNetSyslogConfig
UDPNetSyslogConfig is an extension of AbstractNetSyslogConfig that provides
configuration support for UDP/IP-based syslog clients.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnixSyslogConfig
UnixSyslogConfig is an extension of AbstractNetSyslogConfig that provides
configuration support for Unix-based syslog clients.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnixSocketSyslogConfig
UnixSocketSyslogConfig is an extension of AbstractNetSyslogConfig that provides
configuration support for Unix socket-based syslog clients.
|
Copyright © 2017. All rights reserved.