Class MessageLevels
- java.lang.Object
-
- org.apache.maven.shared.io.logging.MessageLevels
-
public final class MessageLevels extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intLEVEL_DEBUGDebug.static intLEVEL_DISABLEDDisabled.static intLEVEL_ERRORErrorstatic intLEVEL_INFOInfostatic intLEVEL_SEVERESeverestatic intLEVEL_WARNINGWarning.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetLevelLabel(int messageLevel)static boolean[]getLevelStates(int maxMessageLevel)
-
-
-
Field Detail
-
LEVEL_DEBUG
public static final int LEVEL_DEBUG
Debug.- See Also:
- Constant Field Values
-
LEVEL_INFO
public static final int LEVEL_INFO
Info- See Also:
- Constant Field Values
-
LEVEL_WARNING
public static final int LEVEL_WARNING
Warning.- See Also:
- Constant Field Values
-
LEVEL_ERROR
public static final int LEVEL_ERROR
Error- See Also:
- Constant Field Values
-
LEVEL_SEVERE
public static final int LEVEL_SEVERE
Severe- See Also:
- Constant Field Values
-
LEVEL_DISABLED
public static final int LEVEL_DISABLED
Disabled.- See Also:
- Constant Field Values
-
-
Method Detail
-
getLevelStates
public static boolean[] getLevelStates(int maxMessageLevel)
- Parameters:
maxMessageLevel- for which level.- Returns:
- level states.
-
getLevelLabel
public static java.lang.String getLevelLabel(int messageLevel)
- Parameters:
messageLevel- the message leve.- Returns:
- The label.
-
-