Package | Description |
---|---|
org.jrd.backend.core |
Modifier and Type | Method and Description |
---|---|
static OutputController.Level |
OutputController.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputController.Level[] |
OutputController.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OutputController.log(OutputController.Level level,
String s) |
void |
OutputController.log(OutputController.Level level,
Throwable s) |
Copyright © 2018. All rights reserved.