diff --git a/slf4j-site/src/site/pages/news.html b/slf4j-site/src/site/pages/news.html index 80b6c4a5..9eb53770 100755 --- a/slf4j-site/src/site/pages/news.html +++ b/slf4j-site/src/site/pages/news.html @@ -370,14 +370,14 @@ appropriate logger implementation after the initilization phase completes. Only calls made to these loggers during the initialization phase are dropped. This enhacement was proposed in - bug 311 + SLF4J-302 by Chetan Mehrotra.
Improvements to the exit() and
throwing() methods in XLogger. This
enhacement was requested in bug 197.
+ href="http://jira.qos.ch/browse/SLF4J-188">SLF4J-188.
Concunrrency improvement in MessageFormatter. This
@@ -394,14 +394,14 @@
JCLLoggerAdapter was incorrectly invoking
isDebugEnabled calls in its trace()
methods. This issue was reported in bug 281.
+ href="http://jira.qos.ch/browse/SLF4J-272">SLF4J-272.
In the log4j-over-slf4j module, the setLevel
- method in the Category class. This fixes bug
- 279. Alfredo Ramos provied the relevant patch.
+
In the log4j-over-slf4j module, the setLevel method
+ in the Category class. This fixes SLF4J-270. Alfredo
+ Ramos provied the relevant patch.
In the log4j-over-slf4j module, added empty implementations for
@@ -425,7 +425,7 @@
regular HashMap to cache logger instances. This change
significantly improves logger retrieval times at the cost of some
memory overhead. This improvement was requested in bug #298
+ href="http://jira.qos.ch/browse/SLF4J-289">SLF4J-289
by Taras Tielkes who also provided the relevant patch.
The jul-to-slf4j bridge now correctly handles cases where the message string contains {}-placeholders but has no or zero parameters. This fixes bug - #212. The relevant patch was provided by Matthew Preston in a - git pull request.
+ href="http://jira.qos.ch/browse/SLF4J-203">SLF4J-203. The + relevant patch was provided by Matthew Preston in a git pull + request.Added missing methods and classes in log4j-over-slf4j module for Velocity compatibility. This issue was reported in bug 280 by + href="http://jira.qos.ch/browse/SLF4J-271">SLF4J-271 by Thomas Mortagne.
Fixed bug
- 272. All Logger implementations shipping with
- SLF4J use Object... instead of Object[]
- to avoid compiler warnings.
Logger implementations shipping with SLF4J use
+ Object... instead of Object[] to avoid
+ compiler warnings.
@@ -510,8 +510,8 @@
The logger field (of type java.util.logging.Logger)
in JDK14LoggerAdapter is now marked as transient. This
- fixes bug
- #261, a serialization problem reported by Thorbjørn Ravn
+ fixes SLF4J-252,
+ a serialization problem reported by Thorbjørn Ravn
Andersen.
Spurred by bug report - #3, SLF4J binding code has been refactored and - simplified. Logging systems implementing SLF4J interfaces have to - have less work in order to bind with SLF4J. Moreover, these changes - have no incidence on the published interface of SLF4J. + href="http://jira.qos.ch/browse/SLF4J-1">SLF4J-1, SLF4J binding + code has been refactored and simplified. Logging systems + implementing SLF4J interfaces have to have less work in order to + bind with SLF4J. Moreover, these changes have no incidence on the + published interface of SLF4J.