Package | Description |
---|---|
org.apache.sshd.common.config |
Modifier and Type | Field and Description |
---|---|
static LogLevelValue |
ConfigFileReaderSupport.DEFAULT_LOG_LEVEL |
Modifier and Type | Field and Description |
---|---|
static java.util.Set<LogLevelValue> |
LogLevelValue.VALUES |
Modifier and Type | Method and Description |
---|---|
static LogLevelValue |
LogLevelValue.fromName(java.lang.String n) |
static LogLevelValue |
LogLevelValue.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LogLevelValue[] |
LogLevelValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|