Interface MLogger

All Known Implementing Classes:
NullMLogger

public interface 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. Calls to handler and filter related methods may be ignored if some logging system besides jdk1.4 logging is the underlying library.