tentative fix for SLF4J-318, updated news.html

This commit is contained in:
Ceki Gulcu 2015-03-26 12:05:05 +01:00
parent 8b77c9f056
commit 043db855a2
2 changed files with 18 additions and 0 deletions

View File

@ -68,6 +68,7 @@ public class Category {
return Log4jLoggerFactory.getLogger(name);
}
public final Category getParent() { return null; }
/**
* Returns the obvious.

View File

@ -29,6 +29,23 @@
<hr noshade="noshade" size="1"/>
<h3>, 2015 - Release of SLF4J 1.7.11</h3>
<p>Added <code>setThreshold</code> method in
<code>AppenderSkeleton</code> class in the log4j-over-slf4j
module. This addition was requested by Dimitrios Liapis who also
provided the appropriate pull request.
</p>
<p>Added <code>getParent</code> method in <code>Category</code>
class in the log4j-over-slf4j module. This addition was requested
by Himanshu Bhardwaj in <a
href="http://jira.qos.ch/browse/SLF4J-318">SLF4J-318</a>.
</p>
<hr noshade="noshade" size="1"/>
<h3>6th of January, 2015 - Release of SLF4J 1.7.10</h3>
<p>The <code>MDC.putCloseable</code> method now explicitly returns