Package com.github.nedelis.jc4j.logging
Class JC4JLogLevel
java.lang.Object
com.github.nedelis.jc4j.logging.JC4JLogLevel
This class contains all allowed message/logger levels
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetLevelName(int level) Finds name of the provided level integer
-
Field Details
-
ALL
public static final int ALL -
TRACE
public static final int TRACE -
DEBUG
public static final int DEBUG -
INFO
public static final int INFO -
WARN
public static final int WARN -
ERROR
public static final int ERROR -
FATAL
public static final int FATAL -
OFF
public static final int OFF
-
-
Constructor Details
-
JC4JLogLevel
public JC4JLogLevel()
-
-
Method Details
-
getLevelName
Finds name of the provided level integer- Parameters:
level- level integer- Returns:
- name of the provided level
-