Package org.teiid.logging
Class MessageLevel.Labels
- java.lang.Object
-
- org.teiid.logging.MessageLevel.Labels
-
- Enclosing class:
- MessageLevel
public static class MessageLevel.Labels extends Object
Constants that define the types of the messages that are to be recorded by the LogManager.
-
-
Constructor Summary
Constructors Constructor Description Labels()
-
-
-
Field Detail
-
CRITICAL
public static final String CRITICAL
- See Also:
- Constant Field Values
-
ERROR
public static final String ERROR
- See Also:
- Constant Field Values
-
WARNING
public static final String WARNING
- See Also:
- Constant Field Values
-
INFO
public static final String INFO
- See Also:
- Constant Field Values
-
DETAIL
public static final String DETAIL
- See Also:
- Constant Field Values
-
TRACE
public static final String TRACE
- See Also:
- Constant Field Values
-
NONE
public static final String NONE
- See Also:
- Constant Field Values
-
-