org.apache.tools.ant.types
public class LogLevel extends EnumeratedAttribute
| Field Summary | |
|---|---|
| static LogLevel | DEBUG DEBUG loglevel constant. |
| static LogLevel | ERR ERR loglevel constant. |
| static LogLevel | INFO INFO loglevel constant. |
| static LogLevel | VERBOSE VERBOSE loglevel constant. |
| static LogLevel | WARN WARN loglevel constant. |
| Constructor Summary | |
|---|---|
| LogLevel()
Public constructor. | |
| Method Summary | |
|---|---|
| int | getLevel()
get the level of the echo of the current value |
| String[] | getValues() |
Returns: the level
Returns: the strings allowed for the level attribute
See Also: EnumeratedAttribute