Repository: logging-log4j2 Updated Branches: refs/heads/master 2c4bdbb4f -> 140e4c76c
remove old caveats from Appenders manual page Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/2c40d929 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/2c40d929 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/2c40d929 Branch: refs/heads/master Commit: 2c40d9291d40270c54e43297ba1cda037586e2c0 Parents: e012269 Author: rpopma <[email protected]> Authored: Mon May 30 21:13:29 2016 +0900 Committer: rpopma <[email protected]> Committed: Mon May 30 21:13:29 2016 +0900 ---------------------------------------------------------------------- src/site/xdoc/manual/appenders.xml | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/2c40d929/src/site/xdoc/manual/appenders.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/manual/appenders.xml b/src/site/xdoc/manual/appenders.xml index ac562c5..693174c 100644 --- a/src/site/xdoc/manual/appenders.xml +++ b/src/site/xdoc/manual/appenders.xml @@ -1755,9 +1755,6 @@ public class JpaLogEntity extends AbstractLogEventWrapperEntity { </subsection> <a name="RandomAccessFileAppender" /> <subsection name="RandomAccessFileAppender"> - <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> <p> The RandomAccessFileAppender is similar to the standard <a href="#FileAppender">FileAppender</a> @@ -2907,9 +2904,6 @@ public class JpaLogEntity extends AbstractLogEventWrapperEntity { <a name="RollingRandomAccessFileAppender" /> <subsection name="RollingRandomAccessFileAppender"> - <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> <p> The RollingRandomAccessFileAppender is similar to the standard <a href="#RollingFileAppender">RollingFileAppender</a>
