Package | Description |
---|---|
org.eclipse.scada.protocol.syslog |
Modifier and Type | Method and Description |
---|---|
Facility |
SyslogMessage.getFacility() |
static Facility |
Facility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Facility[] |
Facility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SyslogMessage(Facility facility,
Severity severity,
Calendar timestamp,
String hostname,
String processName,
Long processId,
String message) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.