Javolution 6.0.0 java
javolution.context.LogContext.Level Enum Reference

Public Attributes

 DEBUG
 
 INFO
 
 WARNING
 
 ERROR
 
 FATAL
 

Detailed Description

Defines the logging levels.

Definition at line 61 of file LogContext.java.

Member Data Documentation

◆ DEBUG

javolution.context.LogContext.Level.DEBUG

◆ ERROR

javolution.context.LogContext.Level.ERROR

Definition at line 63 of file LogContext.java.

Referenced by javolution.context.LogContext.error().

◆ FATAL

javolution.context.LogContext.Level.FATAL

Definition at line 65 of file LogContext.java.

◆ INFO

javolution.context.LogContext.Level.INFO

Definition at line 63 of file LogContext.java.

Referenced by javolution.context.LogContext.info().

◆ WARNING

javolution.context.LogContext.Level.WARNING

Definition at line 63 of file LogContext.java.

Referenced by javolution.context.LogContext.warning().


The documentation for this enum was generated from the following file: