[OG4J2-1501] FileAppender should be able to create files on-demand. Keep in AB order.
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/03fe13f2 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/03fe13f2 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/03fe13f2 Branch: refs/heads/LOG4J2-1010&LOG4J2-1447-injectable-contextdata&better-datastructure Commit: 03fe13f26ad8a315aabc56bce3e953783d988050 Parents: 2f34ba3 Author: Gary Gregory <ggreg...@apache.org> Authored: Sat Aug 20 22:31:45 2016 -0700 Committer: Gary Gregory <ggreg...@apache.org> Committed: Sat Aug 20 22:31:45 2016 -0700 ---------------------------------------------------------------------- src/site/xdoc/manual/appenders.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/03fe13f2/src/site/xdoc/manual/appenders.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/manual/appenders.xml b/src/site/xdoc/manual/appenders.xml index 5df7d99..0a38f0b 100644 --- a/src/site/xdoc/manual/appenders.xml +++ b/src/site/xdoc/manual/appenders.xml @@ -353,6 +353,12 @@ <td>When bufferedIO is true, this is the buffer size, the default is 8192 bytes.</td> </tr> <tr> + <td>createOnDemand</td> + <td>boolean</td> + <td>The appender creates the file on-demand. The appender only creates the file when a log event + passes all filters and is routed to this appender.</td> + </tr> + <tr> <td>filter</td> <td>Filter</td> <td>A Filter to determine if the event should be handled by this Appender. More than one Filter @@ -384,12 +390,6 @@ of "%m%n" will be used.</td> </tr> <tr> - <td>createOnDemand</td> - <td>boolean</td> - <td>The appender creates the file on-demand. The appender only creates the file when a log event - passes all filters and is routed to this appender.</td> - </tr> - <tr> <td>locking</td> <td>boolean</td> <td>When set to true, I/O operations will occur only while the file lock is held allowing FileAppenders