The MarkingLogger interface has been removed and its contents merged into org.slf4j.Logger. This change should not adversely affect end-users. However, SLF4J bindings need to be updated. This has been done for all the bindings shipped with SLF4J distribution as well as NLOG4J. As for x4juli, the update is planned for its next release.
The merge between the MarkingLogger and Logger interfaces has been motivated by the need to allow end-users to easily switch between logging systems that support markers and those that do not. Added a default instance to SimpleLoggerFactory to serve as a last resort fallback mechanism. This instance is designed to be used by a very specific group of users, namely for those developing logging systems (e.g. log4j or LOGBack). It is not intended for end-users of the SLF4J API. You can download SLF4J, including full source code, class files and documentation on our download page, shown below. http://www.slf4j.org/download.html You can receive SLF4J and NLOG4J related announcements by subscribing to the SLF4J announce mailing list. To subscribe to SLF4J-announce list, please visit the following URL. http://www.slf4j.org/mailman/listinfo/announce -- Ceki Gülcü The complete log4j manual: http://www.qos.ch/log4j/ _______________________________________________ announce mailing list [email protected] http://slf4j.org/mailman/listinfo/announce
