Package org.apache.tools.ant.taskdefs
Class Recorder.VerbosityLevelChoices
java.lang.Object
org.apache.tools.ant.types.EnumeratedAttribute
org.apache.tools.ant.types.LogLevel
org.apache.tools.ant.taskdefs.Recorder.VerbosityLevelChoices
- Enclosing class:
- Recorder
public static class Recorder.VerbosityLevelChoices extends LogLevel
A list of possible values for the
setLoglevel()
method.
Possible values include: error, warn, info, verbose, debug.-
Field Summary
-
Constructor Summary
Constructors Constructor Description VerbosityLevelChoices()
-
Method Summary
Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
-
Constructor Details
-
VerbosityLevelChoices
public VerbosityLevelChoices()
-