public class LogLevel extends EnumeratedAttribute
| Modifier and Type | Field and Description | 
|---|---|
| static LogLevel | DEBUGDEBUG loglevel constant. | 
| static LogLevel | ERRERR loglevel constant. | 
| static LogLevel | INFOINFO loglevel constant. | 
| static LogLevel | VERBOSEVERBOSE loglevel constant. | 
| static LogLevel | WARNWARN loglevel constant. | 
value| Constructor and Description | 
|---|
| LogLevel()Public constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getLevel()get the level of the echo of the current value | 
| java.lang.String[] | getValues()This is the only method a subclass needs to implement. | 
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toStringpublic static final LogLevel ERR
public static final LogLevel WARN
public static final LogLevel INFO
public static final LogLevel VERBOSE
public static final LogLevel DEBUG
public java.lang.String[] getValues()
EnumeratedAttributegetValues in class EnumeratedAttributeEnumeratedAttribute.getValues()public int getLevel()