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 2014/07/19 09:12:16 UTC

svn commit: r1611854 - /logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml

Author: rpopma
Date: Sat Jul 19 07:12:16 2014
New Revision: 1611854

URL: http://svn.apache.org/r1611854
Log:
Removed "experimental" labels.

Modified:
    logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml

Modified: logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml?rev=1611854&r1=1611853&r2=1611854&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml (original)
+++ logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml Sat Jul 19 07:12:16 2014
@@ -1611,7 +1611,6 @@ public class JpaLogEntity extends Abstra
         </subsection>
 			<a name="RandomAccessFileAppender" />
 			<subsection name="RandomAccessFileAppender">
-			<p><i>(Experimental, may replace FileAppender in a future release.)</i></p>
 			<p><i>As of beta-9, the name of this appender has been changed from FastFile to
 			  RandomAccessFile. Configurations using the <code>FastFile</code> element
 			  no longer work and should be modified to use the <code>RandomAccessFile</code> element.</i></p>
@@ -2276,7 +2275,6 @@ public class JpaLogEntity extends Abstra
         </subsection>
 			<a name="RollingRandomAccessFileAppender" />
 			<subsection name="RollingRandomAccessFileAppender">
-			<p><i>(Experimental, may replace RollingFileAppender in a future release.)</i></p>
 			<p><i>As of beta-9, the name of this appender has been changed from FastRollingFile to
 			  RollingRandomAccessFile. Configurations using the <code>FastRollingFile</code> element
 			  no longer work and should be modified to use the <code>RollingRandomAccessFile</code> element.</i></p>