diff --git a/log4j-over-slf4j/src/main/java/org/apache/log4j/Category.java b/log4j-over-slf4j/src/main/java/org/apache/log4j/Category.java index 4b853b34..c64b7a3b 100644 --- a/log4j-over-slf4j/src/main/java/org/apache/log4j/Category.java +++ b/log4j-over-slf4j/src/main/java/org/apache/log4j/Category.java @@ -68,6 +68,7 @@ public class Category { return Log4jLoggerFactory.getLogger(name); } + public final Category getParent() { return null; } /** * Returns the obvious. diff --git a/slf4j-site/src/site/pages/news.html b/slf4j-site/src/site/pages/news.html index fd6c3968..5cfb1e2d 100755 --- a/slf4j-site/src/site/pages/news.html +++ b/slf4j-site/src/site/pages/news.html @@ -29,6 +29,23 @@
Added setThreshold method in
+ AppenderSkeleton class in the log4j-over-slf4j
+ module. This addition was requested by Dimitrios Liapis who also
+ provided the appropriate pull request.
+
Added getParent method in Category
+ class in the log4j-over-slf4j module. This addition was requested
+ by Himanshu Bhardwaj in SLF4J-318.
+
The MDC.putCloseable method now explicitly returns