public static final class IO.Verbosity
extends Object
Verbosity for simple logging: QUIET, INFO, VERBOSE, DEBUG
| Modifiers | Name | Description |
|---|---|---|
static IO.Verbosity |
DEBUG |
Debug-level output. |
static IO.Verbosity |
INFO |
Normal informational output. |
static IO.Verbosity |
QUIET |
Minimal output. |
static IO.Verbosity |
VERBOSE |
Extra informational output. |
String |
name |
The symbolic name of this verbosity level. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public static IO.Verbosity |
forName(String name)Resolves a verbosity level by name. |
|
public String |
toString()Returns the symbolic name of this verbosity level. |
Debug-level output.
Normal informational output.
Minimal output.
Extra informational output.
The symbolic name of this verbosity level.
Resolves a verbosity level by name.
name - the name to resolveReturns the symbolic name of this verbosity level.