Skip to content

Commit

Permalink
tentative fix for SLF4J-318, updated news.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Mar 26, 2015
1 parent 8b77c9f commit 043db85
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Expand Up @@ -68,6 +68,7 @@ public static Category getInstance(String name) {
return Log4jLoggerFactory.getLogger(name);
}

public final Category getParent() { return null; }

/**
* Returns the obvious.
Expand Down
17 changes: 17 additions & 0 deletions slf4j-site/src/site/pages/news.html
Expand Up @@ -29,6 +29,23 @@ <h1>SLF4J News</h1>

<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
Expand Down

0 comments on commit 043db85

Please sign in to comment.