mirror of https://github.com/qos-ch/slf4j
tentative fix for SLF4J-318, updated news.html
This commit is contained in:
parent
8b77c9f056
commit
043db855a2
|
|
@ -68,6 +68,7 @@ public class Category {
|
|||
return Log4jLoggerFactory.getLogger(name);
|
||||
}
|
||||
|
||||
public final Category getParent() { return null; }
|
||||
|
||||
/**
|
||||
* Returns the obvious.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue