Package com.mchange.v2.log

Interface Summary
MLogger This is an interface designed to wrap around the JDK1.4 logging API, without having any compilation dependencies on that API, so that applications that use MLogger in a non JDK1.4 environment, or where some other logging library is prefrerred, may do so.
NameTransformer When the methods return a name, the log requested from MLog.getLogger( XXX ) the logger actually acquired will be based on the String returned.
 

Class Summary
FallbackMLog  
LogUtils  
MLevel  
MLog  
MLogClasses  
NullMLogger  
PackageNames