How do you know what is supported then? Gary
---------- Forwarded message ---------- From: <[email protected]> Date: Wed, Sep 7, 2016 at 12:15 PM Subject: [1/2] logging-log4j2 git commit: Remove obsolete comment To: [email protected] Repository: logging-log4j2 Updated Branches: refs/heads/master 15eb84c2d -> a559d5caf Remove obsolete comment Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/ commit/f016c441 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/f016c441 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/f016c441 Branch: refs/heads/master Commit: f016c44110a7505b5e9addbe5f5fa95f2f6c39f4 Parents: 4f3b21d Author: Mikael Ståldal <[email protected]> Authored: Wed Sep 7 18:15:32 2016 +0200 Committer: Mikael Ståldal <[email protected]> Committed: Wed Sep 7 18:15:32 2016 +0200 ---------------------------------------------------------------------- .../log4j/config/Log4j1ConfigurationParser.java | 15 --------------- 1 file changed, 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ f016c441/log4j-1.2-api/src/main/java/org/apache/log4j/config/ Log4j1ConfigurationParser.java ---------------------------------------------------------------------- diff --git a/log4j-1.2-api/src/main/java/org/apache/log4j/config/Log4j1ConfigurationParser.java b/log4j-1.2-api/src/main/java/org/apache/log4j/config/ Log4j1ConfigurationParser.java index 04a7812..a8c3977 100644 --- a/log4j-1.2-api/src/main/java/org/apache/log4j/config/ Log4j1ConfigurationParser.java +++ b/log4j-1.2-api/src/main/java/org/apache/log4j/config/ Log4j1ConfigurationParser.java @@ -37,21 +37,6 @@ import org.apache.logging.log4j.status.StatusLogger; /** * Experimental parser for Log4j 1.2 properties configuration files. - * <p> - * Currently supports: - * </p> - * <ul> - * <li>log4j.debug</li> - * <li>log4j.rootLogger</li> - * <li>log4j.logger</li> - * <li>log4j.appender</li> - * <li>org.apache.log4j.ConsoleAppender</li> - * <ul> - * <li>Follow</li> - * <li>Target</li> - * <li>layout</li> - * </ul> - * </ul> * * This class is not thread-safe. */ -- E-Mail: [email protected] | [email protected] Java Persistence with Hibernate, Second Edition <http://www.manning.com/bauer3/> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> Spring Batch in Action <http://www.manning.com/templier/> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory
