Package com.mchange.v2.log
package com.mchange.v2.log
-
ClassDescriptionThis 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.When the methods return a name, the log requested from MLog.getLogger( XXX ) the logger actually acquired will be based on the String returned.