org.apache.tools.ant.types
Class LogLevel
The enumerated values for Ant's log level.
DEBUG
public static final LogLevel DEBUG
DEBUG loglevel constant.
ERR
public static final LogLevel ERR
ERR loglevel constant.
INFO
public static final LogLevel INFO
INFO loglevel constant.
VERBOSE
public static final LogLevel VERBOSE
VERBOSE loglevel constant.
WARN
public static final LogLevel WARN
WARN loglevel constant.
LogLevel
public LogLevel()
Public constructor.
getLevel
public int getLevel()
get the level of the echo of the current value