Package | Description |
---|---|
com.sun.grid.jsv |
Modifier and Type | Method and Description |
---|---|
static JsvManager.LogLevel |
JsvManager.LogLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JsvManager.LogLevel[] |
JsvManager.LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JsvManager.log(JsvManager.LogLevel level,
java.lang.String message)
Write a log message to the JSV's log.
|