com.mchange.v2.log.jdk14logging
Class Jdk14MLog

java.lang.Object
  extended by com.mchange.v2.log.MLog
      extended by com.mchange.v2.log.jdk14logging.Jdk14MLog

public final class Jdk14MLog
extends MLog


Constructor Summary
Jdk14MLog()
           
 
Method Summary
 MLogger getMLogger()
           
 MLogger getMLogger(Class cl)
           
 MLogger getMLogger(String name)
           
 
Methods inherited from class com.mchange.v2.log.MLog
config, entering, entering, entering, exiting, exiting, findByClassnames, fine, finer, finest, getLogger, getLogger, getLogger, info, instance, log, log, log, log, logp, logp, logp, logp, logrb, logrb, logrb, logrb, severe, throwing, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jdk14MLog

public Jdk14MLog()
          throws ClassNotFoundException
Throws:
ClassNotFoundException
Method Detail

getMLogger

public MLogger getMLogger(String name)
Specified by:
getMLogger in class MLog

getMLogger

public MLogger getMLogger(Class cl)
Specified by:
getMLogger in class MLog

getMLogger

public MLogger getMLogger()
Specified by:
getMLogger in class MLog