Package | Description |
---|---|
com.neurosys.utils |
Modifier and Type | Method and Description |
---|---|
static SysLogProxy.SyslogSeverity |
SysLogProxy.SyslogSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SysLogProxy.SyslogSeverity[] |
SysLogProxy.SyslogSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
SysLogProxy.log(int facility,
SysLogProxy.SyslogSeverity severity,
String actorID,
String causeSource,
String message,
org.slf4j.Logger _log) |
static String |
SysLogProxy.sysLogFormat(int facility,
SysLogProxy.SyslogSeverity severity,
String actorID,
String causeSource,
String message) |
Copyright © 2018. All rights reserved.