Javolution 6.0.0 java
|
Public Attributes | |
DEBUG | |
INFO | |
WARNING | |
ERROR | |
FATAL | |
Defines the logging levels.
Definition at line 61 of file LogContext.java.
javolution.context.LogContext.Level.DEBUG |
Definition at line 63 of file LogContext.java.
Referenced by javolution.context.internal.LogContextImpl.currentLevel(), and javolution.context.LogContext.debug().
javolution.context.LogContext.Level.ERROR |
Definition at line 63 of file LogContext.java.
Referenced by javolution.context.LogContext.error().
javolution.context.LogContext.Level.FATAL |
Definition at line 65 of file LogContext.java.
javolution.context.LogContext.Level.INFO |
Definition at line 63 of file LogContext.java.
Referenced by javolution.context.LogContext.info().
javolution.context.LogContext.Level.WARNING |
Definition at line 63 of file LogContext.java.
Referenced by javolution.context.LogContext.warning().