com.mchange.v2.log
Class MLevel

java.lang.Object
  extended by com.mchange.v2.log.MLevel

public final class MLevel
extends Object


Field Summary
static MLevel ALL
           
static MLevel CONFIG
           
static MLevel FINE
           
static MLevel FINER
           
static MLevel FINEST
           
static MLevel INFO
           
static MLevel OFF
           
static MLevel SEVERE
           
static MLevel WARNING
           
 
Method Summary
 Object asJdk14Level()
           
static MLevel fromIntValue(int intval)
           
static MLevel fromSeverity(String name)
           
 String getLineHeader()
           
 String getSeverity()
           
 int intValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ALL

public static final MLevel ALL

CONFIG

public static final MLevel CONFIG

FINE

public static final MLevel FINE

FINER

public static final MLevel FINER

FINEST

public static final MLevel FINEST

INFO

public static final MLevel INFO

OFF

public static final MLevel OFF

SEVERE

public static final MLevel SEVERE

WARNING

public static final MLevel WARNING
Method Detail

fromIntValue

public static MLevel fromIntValue(int intval)

fromSeverity

public static MLevel fromSeverity(String name)

intValue

public int intValue()

asJdk14Level

public Object asJdk14Level()

getSeverity

public String getSeverity()

toString

public String toString()
Overrides:
toString in class Object

getLineHeader

public String getLineHeader()