Hi: I just downloaded and gave log4net a try. Thanks to you all for writing this library.
I did notice two small issues with some of the sample App.config files. They both are are typos that seem to have propagated via the Clipboard to other App.config files. I noticed that there are two resolved defects *LOG4NET-93*<https://issues.apache.org/jira/browse/LOG4NET-93> and *LOG4NET-94* <https://issues.apache.org/jira/browse/LOG4NET-94> the appear to be for this. Can somebody commit these changes for me - or give me access and I'll be happy to do so. Thanks! Regards, Chris Mumford
Index: examples/net/1.1/Tutorials/ConsoleApp/cpp/src/App.config =================================================================== --- examples/net/1.1/Tutorials/ConsoleApp/cpp/src/App.config (revision 652071) +++ examples/net/1.1/Tutorials/ConsoleApp/cpp/src/App.config (working copy) @@ -35,11 +35,11 @@ <file value="log-file.txt" /> <!-- Example using environment variables in params --> <!-- <file value="${TMP}\log-file.txt" /> --> - <sppendToFile value="true" /> + <appendToFile value="true" /> <!-- An alternate output encoding can be specified --> <!-- <encoding value="unicodeFFFE" /> --> <layout type="log4net.Layout.PatternLayout"> - <geader value="[Header] " /> + <header value="[Header] " /> <footer value="[Footer] " /> <conversionPattern value="%date [%thread] %-5level %logger [%ndc] <%property{auth}> - %message%newline" /> </layout> Index: examples/net/1.1/Tutorials/ConsoleApp/js/src/App.config =================================================================== --- examples/net/1.1/Tutorials/ConsoleApp/js/src/App.config (revision 652071) +++ examples/net/1.1/Tutorials/ConsoleApp/js/src/App.config (working copy) @@ -35,7 +35,7 @@ <file value="log-file.txt" /> <!-- Example using environment variables in params --> <!-- <file value="${TMP}\log-file.txt" /> --> - <sppendToFile value="true" /> + <appendToFile value="true" /> <!-- An alternate output encoding can be specified --> <!-- <encoding value="unicodeFFFE" /> --> <layout type="log4net.Layout.PatternLayout"> Index: examples/net/1.0/Remoting/RemotingServer/cs/src/App.config =================================================================== --- examples/net/1.0/Remoting/RemotingServer/cs/src/App.config (revision 652071) +++ examples/net/1.0/Remoting/RemotingServer/cs/src/App.config (working copy) @@ -13,7 +13,7 @@ </appender> <appender name="LogFileAppender" type="log4net.Appender.FileAppender"> <file value="log-file.txt" /> - <sppendToFile value="true" /> + <appendToFile value="true" /> <layout type="log4net.Layout.PatternLayout"> <header value="FILE HEADER " /> <footer value="FILE FOOTER " /> Index: examples/sscli/1.0/Tutorials/ConsoleApp/js/src/App.config =================================================================== --- examples/sscli/1.0/Tutorials/ConsoleApp/js/src/App.config (revision 652071) +++ examples/sscli/1.0/Tutorials/ConsoleApp/js/src/App.config (working copy) @@ -35,7 +35,7 @@ <file value="log-file.txt" /> <!-- Example using environment variables in params --> <!-- <file value="${TMP}\log-file.txt" /> --> - <sppendToFile value="true" /> + <appendToFile value="true" /> <!-- An alternate output encoding can be specified --> <!-- <encoding value="unicodeFFFE" /> --> <layout type="log4net.Layout.PatternLayout">