Package | Description |
---|---|
org.jboss.logmanager.handlers |
Modifier and Type | Field | Description |
---|---|---|
static SyslogHandler.Facility |
SyslogHandler.DEFAULT_FACILITY |
Modifier and Type | Method | Description |
---|---|---|
SyslogHandler.Facility |
SyslogHandler.getFacility() |
Returns the facility used for calculating the priority of the message.
|
static SyslogHandler.Facility |
SyslogHandler.Facility.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static SyslogHandler.Facility[] |
SyslogHandler.Facility.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
protected int |
SyslogHandler.calculatePriority(java.util.logging.Level level,
SyslogHandler.Facility facility) |
|
void |
SyslogHandler.setFacility(SyslogHandler.Facility facility) |
Sets the facility used when calculating the priority of the message.
|
Constructor | Description |
---|---|
SyslogHandler(java.lang.String serverHostname,
int port,
SyslogHandler.Facility facility,
java.lang.String hostname) |
Creates a new syslog handler that sends the messages to the server represented by the
serverAddress
parameter on the port represented by the port parameter. |
SyslogHandler(java.lang.String serverHostname,
int port,
SyslogHandler.Facility facility,
SyslogHandler.SyslogType syslogType,
java.lang.String hostname) |
Creates a new syslog handler that sends the messages to the server represented by the
serverAddress
parameter on the port represented by the port parameter. |
SyslogHandler(java.lang.String serverHostname,
int port,
SyslogHandler.Facility facility,
SyslogHandler.SyslogType syslogType,
SyslogHandler.Protocol protocol,
java.lang.String hostname) |
Creates a new syslog handler that sends the messages to the server represented by the
serverAddress
parameter on the port represented by the port parameter. |
SyslogHandler(java.net.InetAddress serverAddress,
int port,
SyslogHandler.Facility facility,
java.lang.String hostname) |
Creates a new syslog handler that sends the messages to the server represented by the
serverAddress
parameter on the port represented by the port parameter. |
SyslogHandler(java.net.InetAddress serverAddress,
int port,
SyslogHandler.Facility facility,
SyslogHandler.SyslogType syslogType,
java.lang.String hostname) |
Creates a new syslog handler that sends the messages to the server represented by the
serverAddress
parameter on the port represented by the port parameter. |
SyslogHandler(java.net.InetAddress serverAddress,
int port,
SyslogHandler.Facility facility,
SyslogHandler.SyslogType syslogType,
SyslogHandler.Protocol protocol,
java.lang.String hostname) |
Creates a new syslog handler that sends the messages to the server represented by the
serverAddress
parameter on the port represented by the port parameter. |
Copyright © 2018. All rights reserved.