Class MLevel
java.lang.Object
com.mchange.v2.log.MLevel
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic MLevelfromIntValue(int intval) static MLevelfromSeverity(String name) intintValue()booleanisLoggable(MLevel filterLevel) toString()
-
Field Details
-
ALL
-
CONFIG
-
FINE
-
FINER
-
FINEST
-
INFO
-
OFF
-
SEVERE
-
WARNING
-
DEBUG
-
TRACE
-
-
Method Details
-
fromIntValue
-
fromSeverity
-
intValue
public int intValue() -
asJdk14Level
-
getSeverity
-
toString
-
getLineHeader
-
isLoggable
-