Package | Description |
---|---|
org.eclipse.scada.protocol.syslog |
Modifier and Type | Method and Description |
---|---|
Severity |
SyslogMessage.getSeverity() |
static Severity |
Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Severity[] |
Severity.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.