Repository: logging-log4j2 Updated Branches: refs/heads/master 02fdb8394 -> 66c6828b0
Slightly better Javadoc. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/66c6828b Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/66c6828b Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/66c6828b Branch: refs/heads/master Commit: 66c6828b0b21b49b15a56f166459051d8e670aa9 Parents: 02fdb83 Author: Gary Gregory <[email protected]> Authored: Tue Jul 18 16:09:10 2017 -0700 Committer: Gary Gregory <[email protected]> Committed: Tue Jul 18 16:09:10 2017 -0700 ---------------------------------------------------------------------- .../src/main/java/org/apache/logging/log4j/LogManager.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/66c6828b/log4j-api/src/main/java/org/apache/logging/log4j/LogManager.java ---------------------------------------------------------------------- diff --git a/log4j-api/src/main/java/org/apache/logging/log4j/LogManager.java b/log4j-api/src/main/java/org/apache/logging/log4j/LogManager.java index 0981d9c..fde71aa 100644 --- a/log4j-api/src/main/java/org/apache/logging/log4j/LogManager.java +++ b/log4j-api/src/main/java/org/apache/logging/log4j/LogManager.java @@ -36,9 +36,9 @@ import org.apache.logging.log4j.util.StackLocatorUtil; import org.apache.logging.log4j.util.Strings; /** - * The anchor point for the logging system. The most common usage of this class is to obtain a named {@link Logger}. The - * method {@link #getLogger()} is provided as the most convenient way to obtain a named Logger based on the calling - * class name. This class also provides method for obtaining named Loggers that use + * The anchor point for the Log4j logging system. The most common usage of this class is to obtain a named + * {@link Logger}. The method {@link #getLogger()} is provided as the most convenient way to obtain a named Logger based + * on the calling class name. This class also provides method for obtaining named Loggers that use * {@link String#format(String, Object...)} style messages instead of the default type of parameterized messages. These * are obtained through the {@link #getFormatterLogger(Class)} family of methods. Other service provider methods are * given through the {@link #getContext()} and {@link #getFactory()} family of methods; these methods are not normally
