[Java] Class Verbosity
- org.codehaus.groovy.tools.shell.IO.Verbosity
Verbosity for simple logging: QUIET, INFO, VERBOSE, DEBUG
Field Summary
| Modifiers | Name | Description |
|---|---|---|
static IO.Verbosity | DEBUG | |
static IO.Verbosity | INFO | |
static IO.Verbosity | QUIET | |
static IO.Verbosity | VERBOSE | |
String | name |
Methods Summary
| Type Params | Return Type | Name and description |
|---|---|---|
static IO.Verbosity |
forName(String name) | |
String |
toString() |
Inherited Methods Summary
| Methods inherited from class | Name |
|---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail
public static final IO.Verbosity DEBUG
public static final IO.Verbosity INFO
public static final IO.Verbosity QUIET
public static final IO.Verbosity VERBOSE
public final String name
Method Detail
public static IO.Verbosity forName(String name)
public String toString()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/org/codehaus/groovy/tools/shell/IO.Verbosity.html