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 SummaryFieldsModifier and TypeFieldDescriptionstatic final LogLevelDEBUG loglevel constant.static final LogLevelERR loglevel constant.static final LogLevelINFO loglevel constant.static final LogLevelVERBOSE loglevel constant.static final LogLevelWARN loglevel constant.Fields inherited from class org.apache.tools.ant.types.EnumeratedAttributevalue
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.tools.ant.types.EnumeratedAttributecontainsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
- 
Field Details- 
ERRERR loglevel constant.
- 
WARNWARN loglevel constant.
- 
INFOINFO loglevel constant.
- 
VERBOSEVERBOSE loglevel constant.
- 
DEBUGDEBUG loglevel constant.
 
- 
- 
Constructor Details- 
LogLevelpublic LogLevel()Public constructor.
 
- 
- 
Method Details- 
getValuesDescription copied from class:EnumeratedAttributeThis is the only method a subclass needs to implement.- Specified by:
- getValuesin class- EnumeratedAttribute
- Returns:
- the strings allowed for the level attribute
- See Also:
 
- 
getLevelpublic int getLevel()get the level of the echo of the current value- Returns:
- the level
 
 
-