You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2016/05/19 19:17:43 UTC

logging-log4j2 git commit: Updated faq to improve title of SLF4J vs Log4j2 API question.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 7168269d2 -> ea6074f4a


Updated faq to improve title of SLF4J vs Log4j2 API question.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/ea6074f4
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/ea6074f4
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/ea6074f4

Branch: refs/heads/master
Commit: ea6074f4ae0bbf0229f988248ee37642ebde3465
Parents: 7168269
Author: rpopma <rp...@apache.org>
Authored: Fri May 20 04:18:20 2016 +0900
Committer: rpopma <rp...@apache.org>
Committed: Fri May 20 04:18:20 2016 +0900

----------------------------------------------------------------------
 src/site/xdoc/faq.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ea6074f4/src/site/xdoc/faq.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/faq.xml b/src/site/xdoc/faq.xml
index 672e5ab..e9f18d7 100644
--- a/src/site/xdoc/faq.xml
+++ b/src/site/xdoc/faq.xml
@@ -37,7 +37,7 @@
         <li><a href="#separate_log_files">How do I dynamically write to separate log files?</a></li>
         <li><a href="#reconfig_level_from_code">How do I set a logger's level programmatically?</a></li>
         <li><a href="#retention">How do I set my log archive retention policy? How do I delete old log archives?</a></li>
-        <li><a href="#api-tradeoffs">Should I use the Log4j 2 API or the SLF4J API?</a></li>
+        <li><a href="#api-tradeoffs">What are the trade-offs of using the Log4j 2 API versus the SLF4J API?</a></li>
         <li><a href="#gc-free-slf4j">Is Log4j 2 still garbage-free when I use the SLF4J API?</a></li>
         <!--
         <li><a href="#custom_plugin">How do I get log4j2 to recognize my custom plugin?</a></li>
@@ -295,7 +295,7 @@
           <a href="manual/appenders.html#ScriptCondition">script condition</a>
         </p>
         <a name="api-tradeoffs" />
-        <h4>Should I use the Log4j 2 API or the SLF4J API?</h4>
+        <h4>What are the trade-offs of using the Log4j 2 API versus the SLF4J API?</h4>
         <p>
           The Log4j 2 API and SLF4J have a lot in common.
           They both share the objective of cleanly separating the logging API from the implementation.