com.mchange.v2.log.log4j
Class Log4jMLog

java.lang.Object
  extended by com.mchange.v2.log.MLog
      extended by com.mchange.v2.log.log4j.Log4jMLog

public final class Log4jMLog
extends MLog


Constructor Summary
Log4jMLog()
           
 
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

Log4jMLog

public Log4jMLog()
          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