Author: tschoening
Date: Thu Feb 19 15:20:15 2015
New Revision: 1660906
URL: http://svn.apache.org/r1660906
Log:
LOG4CXX_CONFIGURATION has been mentioned two times which resulted in bad
expression in my mind. I thought that maybe some other env var was meant, but
code only uses those two.
Modified:
incubator/log4cxx/trunk/src/site/xdoc/usage.xml
Modified: incubator/log4cxx/trunk/src/site/xdoc/usage.xml
URL:
http://svn.apache.org/viewvc/incubator/log4cxx/trunk/src/site/xdoc/usage.xml?rev=1660906&r1=1660905&r2=1660906&view=diff
==============================================================================
--- incubator/log4cxx/trunk/src/site/xdoc/usage.xml (original)
+++ incubator/log4cxx/trunk/src/site/xdoc/usage.xml Thu Feb 19 15:20:15 2015
@@ -863,12 +863,11 @@ INFO [12345] (MyApp2.cpp:34) - Exiting a
<p>
Set the configurationOptionStr
string variable to the value of the
<strong>LOG4CXX_CONFIGURATION</strong> environment variable if set, otherwise
- the value of the
<strong>log4j.configuration</strong> or <strong>LOG4CXX_CONFIGURATION</strong>
- environment variable if set,
- otherwise the first of the
following file names which exist in the
+ the value of the
<strong>log4j.configuration</strong> environment variable
+ if set, otherwise the first of
the following file names which exist in the
current working directory,
"log4cxx.xml", "log4cxx.properties",
- "log4j.xml" and
"log4j.properties".
- If configurationOptionStr has
not been set, then disable logging.
+ "log4j.xml" and
"log4j.properties". If configurationOptionStr has not been
+ set, then disable logging.
</p>
</li>
<li>