| Package | Description |
|---|---|
| com.cloudbees.syslog | |
| com.cloudbees.syslog.integration.jul | |
| com.cloudbees.syslog.integration.jul.util | |
| com.cloudbees.syslog.sender |
| Modifier and Type | Method and Description |
|---|---|
static Severity |
Severity.fromLabel(String label) |
static Severity |
Severity.fromNumericalCode(int numericalCode) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Comparator<Severity> |
Severity.comparator()
Compare on
numericalCode() |
| Modifier and Type | Method and Description |
|---|---|
void |
SyslogMessage.setSeverity(Severity severity) |
SyslogMessage |
SyslogMessage.withSeverity(Severity severity) |
| Modifier and Type | Method and Description |
|---|---|
Severity |
SyslogHandler.getSeverity() |
| Modifier and Type | Method and Description |
|---|---|
void |
SyslogHandler.setSeverity(Severity severity) |
| Modifier and Type | Method and Description |
|---|---|
static Severity |
LevelHelper.toSeverity(Level level) |
| Modifier and Type | Field and Description |
|---|---|
protected Severity |
AbstractSyslogMessageSender.defaultSeverity |
| Modifier and Type | Method and Description |
|---|---|
Severity |
AbstractSyslogMessageSender.getDefaultSeverity() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSyslogMessageSender.setDefaultSeverity(Severity defaultSeverity) |
Copyright © 2009–2025 OrientDB. All rights reserved.