You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4net-dev@logging.apache.org by ni...@apache.org on 2006/03/02 15:08:56 UTC

svn commit: r382386 - in /logging/log4net/trunk: src/Appender/FileAppender.cs src/Appender/RollingFileAppender.cs src/Layout/PatternLayout.cs xdocs/src/release/faq.xml xdocs/src/release/manual/configuration.xml

Author: nicko
Date: Thu Mar  2 06:08:54 2006
New Revision: 382386

URL: http://svn.apache.org/viewcvs?rev=382386&view=rev
Log:
Fixed LOG4NET-63. Fixed typos and broken links in documentation.

Modified:
    logging/log4net/trunk/src/Appender/FileAppender.cs
    logging/log4net/trunk/src/Appender/RollingFileAppender.cs
    logging/log4net/trunk/src/Layout/PatternLayout.cs
    logging/log4net/trunk/xdocs/src/release/faq.xml
    logging/log4net/trunk/xdocs/src/release/manual/configuration.xml

Modified: logging/log4net/trunk/src/Appender/FileAppender.cs
URL: http://svn.apache.org/viewcvs/logging/log4net/trunk/src/Appender/FileAppender.cs?rev=382386&r1=382385&r2=382386&view=diff
==============================================================================
--- logging/log4net/trunk/src/Appender/FileAppender.cs (original)
+++ logging/log4net/trunk/src/Appender/FileAppender.cs Thu Mar  2 06:08:54 2006
@@ -1,6 +1,6 @@
 #region Copyright & License
 //
-// Copyright 2001-2005 The Apache Software Foundation
+// Copyright 2001-2006 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -134,7 +134,7 @@
 			}
 			public override void EndWrite(IAsyncResult asyncResult) 
 			{
-				//No-op, it's already been handled
+				//No-op, it has already been handled
 			}
 			public override void Flush() 
 			{

Modified: logging/log4net/trunk/src/Appender/RollingFileAppender.cs
URL: http://svn.apache.org/viewcvs/logging/log4net/trunk/src/Appender/RollingFileAppender.cs?rev=382386&r1=382385&r2=382386&view=diff
==============================================================================
--- logging/log4net/trunk/src/Appender/RollingFileAppender.cs (original)
+++ logging/log4net/trunk/src/Appender/RollingFileAppender.cs Thu Mar  2 06:08:54 2006
@@ -1,6 +1,6 @@
 #region Copyright & License
 //
-// Copyright 2001-2005 The Apache Software Foundation
+// Copyright 2001-2006 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -1188,7 +1188,7 @@
 		/// <para>
 		/// If the maximum number of size based backups is reached
 		/// (<c>curSizeRollBackups == maxSizeRollBackups</c>) then the oldest
-		/// file is deleted -- it's index determined by the sign of countDirection.
+		/// file is deleted -- its index determined by the sign of countDirection.
 		/// If <c>countDirection</c> &lt; 0, then files
 		/// {<c>File.1</c>, ..., <c>File.curSizeRollBackups -1</c>}
 		/// are renamed to {<c>File.2</c>, ...,
@@ -1235,7 +1235,7 @@
 		/// <para>
 		/// If the maximum number of size based backups is reached
 		/// (<c>curSizeRollBackups == maxSizeRollBackups</c>) then the oldest
-		/// file is deleted -- it's index determined by the sign of countDirection.
+		/// file is deleted -- its index determined by the sign of countDirection.
 		/// If <c>countDirection</c> &lt; 0, then files
 		/// {<c>File.1</c>, ..., <c>File.curSizeRollBackups -1</c>}
 		/// are renamed to {<c>File.2</c>, ...,

Modified: logging/log4net/trunk/src/Layout/PatternLayout.cs
URL: http://svn.apache.org/viewcvs/logging/log4net/trunk/src/Layout/PatternLayout.cs?rev=382386&r1=382385&r2=382386&view=diff
==============================================================================
--- logging/log4net/trunk/src/Layout/PatternLayout.cs (original)
+++ logging/log4net/trunk/src/Layout/PatternLayout.cs Thu Mar  2 06:08:54 2006
@@ -1,6 +1,6 @@
 #region Copyright & License
 //
-// Copyright 2001-2005 The Apache Software Foundation
+// Copyright 2001-2006 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -173,7 +173,7 @@
 	///				</para>
 	///				<para>
 	///				<b>WARNING</b> Generating caller location information is
-	///				extremely slow. It's use should be avoided unless execution speed
+	///				extremely slow. Its use should be avoided unless execution speed
 	///				is not an issue.
 	///				</para>
 	/// 			<para>
@@ -190,7 +190,7 @@
 	///				</para>
 	///				<para>
 	///				<b>WARNING</b> Generating caller information is
-	///				extremely slow. It's use should be avoided unless execution speed
+	///				extremely slow. Its use should be avoided unless execution speed
 	///				is not an issue.
 	///				</para>
 	///			</description>
@@ -217,8 +217,8 @@
 	/// 			number between parentheses.
 	/// 			</para>
 	/// 			<para>
-	/// 			The location information can be very useful. However, it's
-	/// 			generation is <b>extremely</b> slow. It's use should be avoided
+	/// 			The location information can be very useful. However, its
+	/// 			generation is <b>extremely</b> slow. Its use should be avoided
 	/// 			unless execution speed is not an issue.
 	/// 			</para>
 	/// 			<para>
@@ -243,7 +243,7 @@
 	///				</para>
 	///				<para>
 	///				<b>WARNING</b> Generating caller location information is
-	///				extremely slow. It's use should be avoided unless execution speed
+	///				extremely slow. Its use should be avoided unless execution speed
 	///				is not an issue.
 	///				</para>
 	/// 			<para>
@@ -307,7 +307,7 @@
 	///				</para>
 	///				<para>
 	///				<b>WARNING</b> Generating caller location information is
-	///				extremely slow. It's use should be avoided unless execution speed
+	///				extremely slow. Its use should be avoided unless execution speed
 	///				is not an issue.
 	///				</para>
 	/// 			<para>
@@ -447,7 +447,7 @@
 	/// 			</para>
 	/// 			<para>
 	/// 			<b>WARNING</b> Generating the caller class information is
-	/// 			slow. Thus, it's use should be avoided unless execution speed is
+	/// 			slow. Thus, its use should be avoided unless execution speed is
 	/// 			not an issue.
 	/// 			</para>
 	/// 			<para>
@@ -468,7 +468,7 @@
 	///				</para>
 	///				<para>
 	///				<b>WARNING</b> Generating caller WindowsIdentity information is
-	///				extremely slow. It's use should be avoided unless execution speed
+	///				extremely slow. Its use should be avoided unless execution speed
 	///				is not an issue.
 	///				</para>
 	///			</description>

Modified: logging/log4net/trunk/xdocs/src/release/faq.xml
URL: http://svn.apache.org/viewcvs/logging/log4net/trunk/xdocs/src/release/faq.xml?rev=382386&r1=382385&r2=382386&view=diff
==============================================================================
--- logging/log4net/trunk/xdocs/src/release/faq.xml (original)
+++ logging/log4net/trunk/xdocs/src/release/faq.xml Thu Mar  2 06:08:54 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0" ?>
 <!--
-Copyright 2004-2005 The Apache Software Foundation
+Copyright 2004-2006 The Apache Software Foundation
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
@@ -272,7 +272,7 @@
 					<p>
 						log4net is a port of the popular <a href="http://logging.apache.org/log4j/">log4j</a> logging library.
 						The initial port was done in June 2001, since then we have tried to remain in the
-						spirit of the original log4j. See the log4net <a href="../../history.html">history</a> page for more details.
+						spirit of the original log4j. See the log4net <a href="../history.html">history</a> page for more details.
 					</p>
 				</section>
 				<p><a href="#top">Back to Top</a></p>
@@ -943,7 +943,7 @@
 
 				<section id="report-bugs" name="How do I report bugs?">
 					<p>
-						See the <a href="../../support.html">support</a> page for details.
+						See the <a href="../support.html">support</a> page for details.
 					</p>
 				</section>
 				<p><a href="#top">Back to Top</a></p>

Modified: logging/log4net/trunk/xdocs/src/release/manual/configuration.xml
URL: http://svn.apache.org/viewcvs/logging/log4net/trunk/xdocs/src/release/manual/configuration.xml?rev=382386&r1=382385&r2=382386&view=diff
==============================================================================
--- logging/log4net/trunk/xdocs/src/release/manual/configuration.xml (original)
+++ logging/log4net/trunk/xdocs/src/release/manual/configuration.xml Thu Mar  2 06:08:54 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0" ?>
 <!--
-Copyright 2004-2005 The Apache Software Foundation
+Copyright 2004-2006 The Apache Software Foundation
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
@@ -911,7 +911,7 @@
 					<section id="root" name="Root Logger">
 						<p>
 							Only one root logger element may only be defined and it must be a child of <span class="code">&lt;log4net&gt;</span> element.
-							The root logger is the root of the logger hierarchy. All logger ultimately inherit from this logger.
+							The root logger is the root of the logger hierarchy. All loggers ultimately inherit from this logger.
 						</p>
 						<p>
 							An example root logger:
@@ -996,7 +996,7 @@
 								<tr>
 									<td>additivity</td>
 									<td>
-										Required attribute. Value must be either <span class="code">true</span> or <span class="code">false</span>.
+										Optional attribute. Value may be either <span class="code">true</span> or <span class="code">false</span>.
 										The default value is <span class="code">true</span>. Set this attribute to <span class="code">false</span>
 										to prevent this logger from inheriting the appenders defined on parent loggers.
 									</td>