You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by da...@apache.org on 2021/11/02 06:50:44 UTC

[logging-log4net] branch abandoned-develop created (now 13438b8)

This is an automated email from the ASF dual-hosted git repository.

davydm pushed a change to branch abandoned-develop
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git.


      at 13438b8  Merge pull request #18 from dmarlow/develop

This branch includes the following new commits:

     new 5dc6cbe  Fix link to FileAppender Class docs
     new 13438b8  Merge pull request #18 from dmarlow/develop

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[logging-log4net] 02/02: Merge pull request #18 from dmarlow/develop

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davydm pushed a commit to branch abandoned-develop
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git

commit 13438b81fbc73b5b7dcf2251c815b8577f218f66
Merge: 5dc6cbe be299bc
Author: Davyd McColl <da...@gmail.com>
AuthorDate: Mon Oct 25 11:48:09 2021 +0200

    Merge pull request #18 from dmarlow/develop

 src/Layout/XmlLayoutSchemaLog4j.cs | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

[logging-log4net] 01/02: Fix link to FileAppender Class docs

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davydm pushed a commit to branch abandoned-develop
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git

commit 5dc6cbe2da5f64f4492aa43a42ff03840ab966a2
Author: Andrew Keeton <20...@users.noreply.github.com>
AuthorDate: Tue Mar 17 16:38:32 2020 -0400

    Fix link to FileAppender Class docs
---
 src/site/xdoc/release/manual/introduction.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/xdoc/release/manual/introduction.xml b/src/site/xdoc/release/manual/introduction.xml
index 674635d..4a2b750 100644
--- a/src/site/xdoc/release/manual/introduction.xml
+++ b/src/site/xdoc/release/manual/introduction.xml
@@ -631,7 +631,7 @@ ILog y = LogManager.GetLogger("wombat");]]></source>
                                 </td>
                             </tr>
                             <tr>
-                                <td><a href="../sdk/html/T_log4net.Appender_FileAppender.htm">log4net.Appender.FileAppender</a></td>
+                                <td><a href="../sdk/html/T_log4net_Appender_FileAppender.htm">log4net.Appender.FileAppender</a></td>
                                 <td>
                                     Writes logging events to a file in the file system.
                                 </td>