[slf4j-dev] svn commit: r1233 - slf4j/trunk/slf4j-site/src/site/pages
ravn at slf4j.org
ravn at slf4j.org
Fri Nov 14 23:50:07 CET 2008
Author: ravn
Date: Fri Nov 14 23:50:07 2008
New Revision: 1233
Modified:
slf4j/trunk/slf4j-site/src/site/pages/extensions.html
Log:
removed note about slf4j-api in slf4j-ext, and clarified agent option "import" default value
Modified: slf4j/trunk/slf4j-site/src/site/pages/extensions.html
==============================================================================
--- slf4j/trunk/slf4j-site/src/site/pages/extensions.html (original)
+++ slf4j/trunk/slf4j-site/src/site/pages/extensions.html Fri Nov 14 23:50:07 2008
@@ -651,9 +651,8 @@
<dt><b>ignore</b>=X:Y:...</dt>
<dd>(Advanced) Provide full list of colon separated prefixes of
- class names NOT to add logging to. The default list is { "sun/",
- "java/", "javax/", "org/slf4j/", "ch/qos/logback/",
- "org/apache/log4j/", "apple/", "com/sun/" }.
+ class names NOT to add logging to. The default list is
+ "sun/:java/:javax/:org/slf4j/:ch/qos/logback/:org/apache/log4j/:apple/:com/sun/".
</dd>
</dl>
@@ -691,13 +690,6 @@
printed, are silently swallowed by the JVM.</li>
<li>The javaagent does not do any logging itself, and the slf4j
backend does not need to be available to the agent. </li>
-
- <li>You MUST remember to have slf4j-api-${project.version}.jar
- explicitly provided to the program to be instrumented. If not,
- the one embedded in the slf4j-ext-${project.version}.jar library
- is used, and these classes cannot see the jars loaded later.
- (Empirically determined, reference would be appreciated).
- </li>
</ul>
<p>(The agent is an adaption of the java.util.logging version
More information about the slf4j-dev
mailing list