Interface | Description |
---|---|
FallbackMLog.Filter | |
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 | Description |
---|---|
FallbackMLog | |
LogUtils | |
MLevel | |
MLog | |
MLogClasses | |
MLogConfig | |
NullMLogger | |
PackageNames |
Exception | Description |
---|---|
MLogInitializationException |