Package org.apache.tools.ant.types
Class LogLevel
java.lang.Object
org.apache.tools.ant.types.EnumeratedAttribute
org.apache.tools.ant.types.LogLevel
- Direct Known Subclasses:
Echo.EchoLevel
,Recorder.VerbosityLevelChoices
The enumerated values for Ant's log level.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final LogLevel
DEBUG loglevel constant.static final LogLevel
ERR loglevel constant.static final LogLevel
INFO loglevel constant.static final LogLevel
VERBOSE loglevel constant.static final LogLevel
WARN loglevel constant.Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute
value
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
-
Field Details
-
ERR
ERR loglevel constant. -
WARN
WARN loglevel constant. -
INFO
INFO loglevel constant. -
VERBOSE
VERBOSE loglevel constant. -
DEBUG
DEBUG loglevel constant.
-
-
Constructor Details
-
LogLevel
public LogLevel()Public constructor.
-
-
Method Details
-
getValues
Description copied from class:EnumeratedAttribute
This is the only method a subclass needs to implement.- Specified by:
getValues
in classEnumeratedAttribute
- Returns:
- the strings allowed for the level attribute
- See Also:
-
getLevel
public int getLevel()get the level of the echo of the current value- Returns:
- the level
-