Package | Description |
---|---|
org.tinylog.writers.raw |
Writers for outputting raw byte arrays.
|
Modifier and Type | Method | Description |
---|---|---|
static SyslogSeverity |
SyslogSeverity.getSeverity(org.tinylog.Level level) |
Returns the Severity for the specified Level.
|
static SyslogSeverity |
SyslogSeverity.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static SyslogSeverity[] |
SyslogSeverity.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.