Package com.aspose.tasks
Class MessageLevel
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.MessageLevel
-
public final class MessageLevel extends com.aspose.ms.System.EnumDefines the possible message verbosity levels.
-
-
Field Summary
Fields Modifier and Type Field Description static intCriticalOutput critical messages.static intErrorOutput only error messages.static intInformationOutput information messages.static intNoneDo not output messages.static intVerboseOutput debug messages.static intWarningOutput warnings.
-
Method Summary
-
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
-
-
-
-
Field Detail
-
None
public static final int None
Do not output messages.
- See Also:
- Constant Field Values
-
Error
public static final int Error
Output only error messages.
- See Also:
- Constant Field Values
-
Critical
public static final int Critical
Output critical messages.
- See Also:
- Constant Field Values
-
Warning
public static final int Warning
Output warnings.
- See Also:
- Constant Field Values
-
Information
public static final int Information
Output information messages.
- See Also:
- Constant Field Values
-
Verbose
public static final int Verbose
Output debug messages.
- See Also:
- Constant Field Values
-
-