Package | Description |
---|---|
org.opennms.netmgt.syslogd |
Modifier and Type | Method and Description |
---|---|
SyslogFacility |
SyslogMessage.getFacility() |
static SyslogFacility |
SyslogFacility.getFacility(int fac) |
static SyslogFacility |
SyslogFacility.getFacilityForCode(int code) |
static SyslogFacility |
SyslogFacility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SyslogFacility[] |
SyslogFacility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
int |
SyslogSeverity.getPriority(SyslogFacility facility) |
void |
SyslogMessage.setFacility(SyslogFacility facility) |
Constructor and Description |
---|
SyslogMessage(SyslogFacility facility,
SyslogSeverity severity,
Integer version,
Date date,
Integer year,
Integer month,
Integer dayOfMonth,
Integer hourOfDay,
Integer minute,
Integer second,
Integer millisecond,
java.time.ZoneId zoneId,
String hostname,
String processName,
String processId,
String messageId,
String message,
Map<String,String> parameters)
Copy constructor used by
SyslogMessage.clone() . |
Copyright © 2021. All rights reserved.