[slf4j-dev] Follow-up to Rearranging classes
Sebastien Pennec
sebastien at qos.ch
Fri Feb 16 19:32:44 CET 2007
Hello all,
I've just committed some changes about the LoggerFactory class.
Now, the api module contains the LoggerFactory class, it is not present in the other
modules anymore. It also contains a dummy StaticLoggerBinder implementation to make
sure it compiles nicely.
This dummy class is removed right after the compilation process (process-classes
phase) so that it does not interfere with other module's StaticLoggerBinder when
running the tests.
I've also moved the BasicMarker, BasicMarkerFactory, MarkerIgnoringBase,
MessageFormatter and Util classes to a org.slf4j.helpers package. The package
org.slf4j.impl is not used by the api anymore.
Cheers :)
Sébastien
--
Sébastien Pennec
sebastien at qos.ch
Logback: The reliable, generic, fast and flexible logging framework for Java.
http://logback.qos.ch/
More information about the slf4j-dev
mailing list