Repository: logging-log4j2 Updated Branches: refs/heads/master fa7dd028a -> b9297a6c6
Fix SMTP appender docs Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/b9297a6c Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/b9297a6c Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/b9297a6c Branch: refs/heads/master Commit: b9297a6c6d98f54fac74c1b75223fdfb513129e1 Parents: fa7dd02 Author: Mikael Ståldal <[email protected]> Authored: Mon Oct 2 21:34:46 2017 +0200 Committer: Mikael Ståldal <[email protected]> Committed: Mon Oct 2 21:34:46 2017 +0200 ---------------------------------------------------------------------- src/site/xdoc/manual/appenders.xml | 57 ++++++++++++++++++--------------- 1 file changed, 31 insertions(+), 26 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/b9297a6c/src/site/xdoc/manual/appenders.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/manual/appenders.xml b/src/site/xdoc/manual/appenders.xml index b9ef28a..6fe097a 100644 --- a/src/site/xdoc/manual/appenders.xml +++ b/src/site/xdoc/manual/appenders.xml @@ -4217,9 +4217,24 @@ public class JpaLogEntity extends AbstractLogEventWrapperEntity { <th>Description</th> </tr> <tr> - <td>bcc</td> + <td>name</td> <td>String</td> - <td>The comma-separated list of BCC email addresses.</td> + <td>The name of the Appender.</td> + </tr> + <tr> + <td>from</td> + <td>String</td> + <td>The email address of the sender.</td> + </tr> + <tr> + <td>replyTo</td> + <td>String</td> + <td>The comma-separated list of reply-to email addresses.</td> + </tr> + <tr> + <td>to</td> + <td>String</td> + <td>The comma-separated list of recipient email addresses.</td> </tr> <tr> <td>cc</td> @@ -4227,21 +4242,19 @@ public class JpaLogEntity extends AbstractLogEventWrapperEntity { <td>The comma-separated list of CC email addresses.</td> </tr> <tr> - <td>bufferSize</td> - <td>integer</td> - <td>The maximum number of log events to be buffered for inclusion in the message. Defaults to 512.</td> + <td>bcc</td> + <td>String</td> + <td>The comma-separated list of BCC email addresses.</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 - may be used by using a CompositeFilter. - </td> + <td>subject</td> + <td>String</td> + <td>The subject of the email message.</td> </tr> <tr> - <td>from</td> - <td>String</td> - <td>The email address of the sender.</td> + <td>bufferSize</td> + <td>integer</td> + <td>The maximum number of log events to be buffered for inclusion in the message. Defaults to 512.</td> </tr> <tr> <td>layout</td> @@ -4249,14 +4262,11 @@ public class JpaLogEntity extends AbstractLogEventWrapperEntity { <td>The Layout to use to format the LogEvent. If no layout is supplied <a href="layouts.html#HTMLLayout">HTML layout</a> will be used.</td> </tr> <tr> - <td>name</td> - <td>String</td> - <td>The name of the Appender.</td> - </tr> - <tr> - <td>replyTo</td> - <td>String</td> - <td>The comma-separated list of reply-to email addresses.</td> + <td>filter</td> + <td>Filter</td> + <td>A Filter to determine if the event should be handled by this Appender. More than one Filter + may be used by using a CompositeFilter. + </td> </tr> <tr> <td>smtpDebug</td> @@ -4296,11 +4306,6 @@ public class JpaLogEntity extends AbstractLogEventWrapperEntity { caller, instead. You must set this to <code>false</code> when wrapping this Appender in a <a href="#FailoverAppender">FailoverAppender</a>.</td> </tr> - <tr> - <td>to</td> - <td>String</td> - <td>The comma-separated list of recipient email addresses.</td> - </tr> </table> <pre class="prettyprint linenums"><