Return-Path: X-Original-To: apmail-logging-commits-archive@minotaur.apache.org Delivered-To: apmail-logging-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 72ECAD7AD for ; Mon, 3 Sep 2012 06:53:14 +0000 (UTC) Received: (qmail 22229 invoked by uid 500); 3 Sep 2012 06:53:14 -0000 Delivered-To: apmail-logging-commits-archive@logging.apache.org Received: (qmail 22201 invoked by uid 500); 3 Sep 2012 06:53:14 -0000 Mailing-List: contact commits-help@logging.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@logging.apache.org Delivered-To: mailing list commits@logging.apache.org Received: (qmail 22194 invoked by uid 99); 3 Sep 2012 06:53:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Sep 2012 06:53:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Sep 2012 06:53:09 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4F60E2388A3F; Mon, 3 Sep 2012 06:52:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1380139 [3/3] - in /logging/log4net/trunk: extensions/net/1.0/log4net.Ext.EventID/cs/src/ extensions/net/1.0/log4net.Ext.MarshalByRef/cs/src/ extensions/net/1.0/log4net.Ext.Trace/cs/src/ src/ src/Appender/ src/Config/ src/Core/ src/DateFor... Date: Mon, 03 Sep 2012 06:52:22 -0000 To: commits@logging.apache.org From: dpsenner@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120903065225.4F60E2388A3F@eris.apache.org> Modified: logging/log4net/trunk/src/LogManager.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/LogManager.cs?rev=1380139&r1=1380138&r2=1380139&view=diff ============================================================================== --- logging/log4net/trunk/src/LogManager.cs (original) +++ logging/log4net/trunk/src/LogManager.cs Mon Sep 3 06:52:19 2012 @@ -31,7 +31,7 @@ namespace log4net /// /// /// This class has static methods that are used by a client to request - /// a logger instance. The method is + /// a logger instance. The method is /// used to retrieve a logger. /// /// @@ -243,7 +243,7 @@ namespace log4net } /// - /// Shorthand for . + /// Shorthand for . /// /// /// Get the logger for the fully qualified name of the type specified. @@ -256,7 +256,7 @@ namespace log4net } /// - /// Shorthand for . + /// Shorthand for . /// /// /// Gets the logger for the fully qualified name of the type specified. @@ -270,7 +270,7 @@ namespace log4net } /// - /// Shorthand for . + /// Shorthand for . /// /// /// Gets the logger for the fully qualified name of the type specified. @@ -451,7 +451,7 @@ namespace log4net /// /// /// Gets the for the repository specified - /// by the callers assembly (). + /// by the callers assembly (). /// /// /// The instance for the default repository. @@ -502,7 +502,7 @@ namespace log4net /// /// /// Gets the for the repository specified - /// by the callers assembly (). + /// by the callers assembly (). /// /// /// The instance for the default repository. @@ -553,7 +553,7 @@ namespace log4net /// /// /// The created will be associated with the repository - /// specified such that a call to will return + /// specified such that a call to will return /// the same repository instance. /// /// @@ -578,7 +578,7 @@ namespace log4net /// /// /// The created will be associated with the repository - /// specified such that a call to will return + /// specified such that a call to will return /// the same repository instance. /// /// @@ -686,7 +686,7 @@ namespace log4net /// /// /// The created will be associated with the repository - /// specified such that a call to with the + /// specified such that a call to with the /// same assembly specified will return the same repository instance. /// /// @@ -707,7 +707,7 @@ namespace log4net /// /// /// The created will be associated with the repository - /// specified such that a call to with the + /// specified such that a call to with the /// same assembly specified will return the same repository instance. /// /// Modified: logging/log4net/trunk/src/ObjectRenderer/DefaultRenderer.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/ObjectRenderer/DefaultRenderer.cs?rev=1380139&r1=1380138&r2=1380139&view=diff ============================================================================== --- logging/log4net/trunk/src/ObjectRenderer/DefaultRenderer.cs (original) +++ logging/log4net/trunk/src/ObjectRenderer/DefaultRenderer.cs Mon Sep 3 06:52:19 2012 @@ -73,7 +73,7 @@ namespace log4net.ObjectRenderer /// The parameter is /// provided to lookup and render other objects. This is /// very useful where contains - /// nested objects of unknown type. The + /// nested objects of unknown type. The /// method can be used to render these objects. /// /// Modified: logging/log4net/trunk/src/ObjectRenderer/IObjectRenderer.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/ObjectRenderer/IObjectRenderer.cs?rev=1380139&r1=1380138&r2=1380139&view=diff ============================================================================== --- logging/log4net/trunk/src/ObjectRenderer/IObjectRenderer.cs (original) +++ logging/log4net/trunk/src/ObjectRenderer/IObjectRenderer.cs Mon Sep 3 06:52:19 2012 @@ -52,7 +52,7 @@ namespace log4net.ObjectRenderer /// The parameter is /// provided to lookup and render other objects. This is /// very useful where contains - /// nested objects of unknown type. The + /// nested objects of unknown type. The /// method can be used to render these objects. /// /// Modified: logging/log4net/trunk/src/ObjectRenderer/RendererMap.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/ObjectRenderer/RendererMap.cs?rev=1380139&r1=1380138&r2=1380139&view=diff ============================================================================== --- logging/log4net/trunk/src/ObjectRenderer/RendererMap.cs (original) +++ logging/log4net/trunk/src/ObjectRenderer/RendererMap.cs Mon Sep 3 06:52:19 2012 @@ -33,7 +33,7 @@ namespace log4net.ObjectRenderer /// is used to render them. /// /// - /// The method is used to render an + /// The method is used to render an /// object using the appropriate renderers defined in this map. /// /// @@ -77,7 +77,7 @@ namespace log4net.ObjectRenderer /// /// /// This is a convenience method used to render an object to a string. - /// The alternative method + /// The alternative method /// should be used when streaming output to a . /// /// @@ -104,7 +104,7 @@ namespace log4net.ObjectRenderer /// /// Find the appropriate renderer for the type of the /// parameter. This is accomplished by calling the - /// method. Once a renderer is found, it is + /// method. Once a renderer is found, it is /// applied on the object and the result is returned /// as a . /// @@ -174,7 +174,7 @@ namespace log4net.ObjectRenderer /// Gets the renderer for the specified object type. /// /// - /// Syntactic sugar method that calls + /// Syntactic sugar method that calls /// with the type of the object parameter. /// /// @@ -303,7 +303,7 @@ namespace log4net.ObjectRenderer /// /// /// Register an object renderer for a specific source type. - /// This renderer will be returned from a call to + /// This renderer will be returned from a call to /// specifying the same as an argument. /// /// Modified: logging/log4net/trunk/src/Plugin/RemoteLoggingServerPlugin.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/Plugin/RemoteLoggingServerPlugin.cs?rev=1380139&r1=1380138&r2=1380139&view=diff ============================================================================== --- logging/log4net/trunk/src/Plugin/RemoteLoggingServerPlugin.cs (original) +++ logging/log4net/trunk/src/Plugin/RemoteLoggingServerPlugin.cs Mon Sep 3 06:52:19 2012 @@ -94,7 +94,7 @@ namespace log4net.Plugin /// /// /// This is the name under which the object is marshaled. - /// + /// /// /// public virtual string SinkUri Modified: logging/log4net/trunk/src/Repository/Hierarchy/Hierarchy.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/Repository/Hierarchy/Hierarchy.cs?rev=1380139&r1=1380138&r2=1380139&view=diff ============================================================================== --- logging/log4net/trunk/src/Repository/Hierarchy/Hierarchy.cs (original) +++ logging/log4net/trunk/src/Repository/Hierarchy/Hierarchy.cs Mon Sep 3 06:52:19 2012 @@ -105,7 +105,7 @@ namespace log4net.Repository.Hierarchy /// /// /// The structure of the logger hierarchy is maintained by the - /// method. The hierarchy is such that children + /// method. The hierarchy is such that children /// link to their parent but parents do not have any references to their /// children. Moreover, loggers can be instantiated in any order, in /// particular descendant before ancestor. @@ -457,7 +457,7 @@ namespace log4net.Repository.Hierarchy /// This method should not normally be used to log. /// The interface should be used /// for routine logging. This interface can be obtained - /// using the method. + /// using the method. /// /// /// The logEvent is delivered to the appropriate logger and @@ -568,7 +568,7 @@ namespace log4net.Repository.Hierarchy /// /// /// This method provides the same functionality as the - /// method implemented + /// method implemented /// on this object, but it is protected and therefore can be called by subclasses. /// /// @@ -612,7 +612,7 @@ namespace log4net.Repository.Hierarchy /// /// /// This method provides the same functionality as the - /// method implemented + /// method implemented /// on this object, but it is protected and therefore can be called by subclasses. /// /// Modified: logging/log4net/trunk/src/Repository/ILoggerRepository.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/Repository/ILoggerRepository.cs?rev=1380139&r1=1380138&r2=1380139&view=diff ============================================================================== --- logging/log4net/trunk/src/Repository/ILoggerRepository.cs (original) +++ logging/log4net/trunk/src/Repository/ILoggerRepository.cs Mon Sep 3 06:52:19 2012 @@ -219,7 +219,7 @@ namespace log4net.Repository /// lost. /// /// - /// The method is careful to close nested + /// The method is careful to close nested /// appenders before closing regular appenders. This is allows /// configurations where a regular appender is attached to a logger /// and again to a nested appender. @@ -254,7 +254,7 @@ namespace log4net.Repository /// This method should not normally be used to log. /// The interface should be used /// for routine logging. This interface can be obtained - /// using the method. + /// using the method. /// /// /// The logEvent is delivered to the appropriate logger and Modified: logging/log4net/trunk/src/Repository/LoggerRepositorySkeleton.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/Repository/LoggerRepositorySkeleton.cs?rev=1380139&r1=1380138&r2=1380139&view=diff ============================================================================== --- logging/log4net/trunk/src/Repository/LoggerRepositorySkeleton.cs (original) +++ logging/log4net/trunk/src/Repository/LoggerRepositorySkeleton.cs Mon Sep 3 06:52:19 2012 @@ -307,7 +307,7 @@ namespace log4net.Repository /// This method should not normally be used to log. /// The interface should be used /// for routine logging. This interface can be obtained - /// using the method. + /// using the method. /// /// /// The logEvent is delivered to the appropriate logger and Modified: logging/log4net/trunk/src/Util/NativeError.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/Util/NativeError.cs?rev=1380139&r1=1380138&r2=1380139&view=diff ============================================================================== --- logging/log4net/trunk/src/Util/NativeError.cs (original) +++ logging/log4net/trunk/src/Util/NativeError.cs Mon Sep 3 06:52:19 2012 @@ -257,7 +257,7 @@ namespace log4net.Util /// /// /// If the function fails, the return value is zero. To get extended error information, - /// call . + /// call . /// /// #if NETCF Modified: logging/log4net/trunk/src/Util/PatternString.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/Util/PatternString.cs?rev=1380139&r1=1380138&r2=1380139&view=diff ============================================================================== --- logging/log4net/trunk/src/Util/PatternString.cs (original) +++ logging/log4net/trunk/src/Util/PatternString.cs Mon Sep 3 06:52:19 2012 @@ -73,7 +73,7 @@ namespace log4net.Util /// /// /// The date format specifier admits the same syntax as the - /// time pattern string of the . + /// time pattern string of the . /// /// /// For better results it is recommended to use the log4net date @@ -86,7 +86,7 @@ namespace log4net.Util /// /// /// These dedicated date formatters perform significantly - /// better than . + /// better than . /// /// /// @@ -208,7 +208,7 @@ namespace log4net.Util /// /// /// The date format specifier admits the same syntax as the - /// time pattern string of the . + /// time pattern string of the . /// /// /// For better results it is recommended to use the log4net date @@ -221,7 +221,7 @@ namespace log4net.Util /// /// /// These dedicated date formatters perform significantly - /// better than . + /// better than . /// /// /// @@ -236,8 +236,8 @@ namespace log4net.Util /// /// /// Additional pattern converters may be registered with a specific - /// instance using or - /// . + /// instance using or + /// . /// /// /// See the for details on the @@ -462,7 +462,7 @@ namespace log4net.Util /// /// /// This version of the method is used by the configurator. - /// Programmatic users should use the alternative method. + /// Programmatic users should use the alternative method. /// /// public void AddConverter(ConverterInfo converterInfo) Modified: logging/log4net/trunk/src/Util/PatternStringConverters/DatePatternConverter.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/Util/PatternStringConverters/DatePatternConverter.cs?rev=1380139&r1=1380138&r2=1380139&view=diff ============================================================================== --- logging/log4net/trunk/src/Util/PatternStringConverters/DatePatternConverter.cs (original) +++ logging/log4net/trunk/src/Util/PatternStringConverters/DatePatternConverter.cs Mon Sep 3 06:52:19 2012 @@ -69,7 +69,7 @@ namespace log4net.Util.PatternStringConv /// /// Any other pattern string uses the formatter. /// This formatter passes the pattern string to the - /// method. + /// method. /// For details on valid patterns see /// DateTimeFormatInfo Class. /// Modified: logging/log4net/trunk/src/Util/SystemInfo.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/Util/SystemInfo.cs?rev=1380139&r1=1380138&r2=1380139&view=diff ============================================================================== --- logging/log4net/trunk/src/Util/SystemInfo.cs (original) +++ logging/log4net/trunk/src/Util/SystemInfo.cs Mon Sep 3 06:52:19 2012 @@ -566,7 +566,7 @@ namespace log4net.Util /// /// If the type name is fully qualified, i.e. if contains an assembly name in /// the type name, the type will be loaded from the system using - /// . + /// . /// /// /// If the type name is not fully qualified, it will be loaded from the assembly @@ -590,7 +590,7 @@ namespace log4net.Util /// /// If the type name is fully qualified, i.e. if contains an assembly name in /// the type name, the type will be loaded from the system using - /// . + /// . /// /// /// If the type name is not fully qualified it will be loaded from the @@ -615,7 +615,7 @@ namespace log4net.Util /// /// If the type name is fully qualified, i.e. if contains an assembly name in /// the type name, the type will be loaded from the system using - /// . + /// . /// /// /// If the type name is not fully qualified it will be loaded from the specified Modified: logging/log4net/trunk/src/Util/TypeConverters/ConverterRegistry.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/Util/TypeConverters/ConverterRegistry.cs?rev=1380139&r1=1380138&r2=1380139&view=diff ============================================================================== --- logging/log4net/trunk/src/Util/TypeConverters/ConverterRegistry.cs (original) +++ logging/log4net/trunk/src/Util/TypeConverters/ConverterRegistry.cs Mon Sep 3 06:52:19 2012 @@ -33,8 +33,8 @@ namespace log4net.Util.TypeConverters /// types. /// /// - /// Use the and - /// methods to register new converters. + /// Use the and + /// methods to register new converters. /// The and methods /// lookup appropriate converters to use. /// Modified: logging/log4net/trunk/src/Util/TypeConverters/EncodingConverter.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/Util/TypeConverters/EncodingConverter.cs?rev=1380139&r1=1380138&r2=1380139&view=diff ============================================================================== --- logging/log4net/trunk/src/Util/TypeConverters/EncodingConverter.cs (original) +++ logging/log4net/trunk/src/Util/TypeConverters/EncodingConverter.cs Mon Sep 3 06:52:19 2012 @@ -62,7 +62,7 @@ namespace log4net.Util.TypeConverters /// the encoding /// /// - /// Uses the method to + /// Uses the method to /// convert the argument to an . /// /// Modified: logging/log4net/trunk/src/Util/TypeConverters/PatternStringConverter.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/Util/TypeConverters/PatternStringConverter.cs?rev=1380139&r1=1380138&r2=1380139&view=diff ============================================================================== --- logging/log4net/trunk/src/Util/TypeConverters/PatternStringConverter.cs (original) +++ logging/log4net/trunk/src/Util/TypeConverters/PatternStringConverter.cs Mon Sep 3 06:52:19 2012 @@ -69,7 +69,7 @@ namespace log4net.Util.TypeConverters /// the converted object /// /// - /// Uses the method to convert the + /// Uses the method to convert the /// argument to a . /// /// Modified: logging/log4net/trunk/src/Util/TypeConverters/TypeConverter.cs URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/Util/TypeConverters/TypeConverter.cs?rev=1380139&r1=1380138&r2=1380139&view=diff ============================================================================== --- logging/log4net/trunk/src/Util/TypeConverters/TypeConverter.cs (original) +++ logging/log4net/trunk/src/Util/TypeConverters/TypeConverter.cs Mon Sep 3 06:52:19 2012 @@ -61,7 +61,7 @@ namespace log4net.Util.TypeConverters /// the Type /// /// - /// Uses the method to convert the + /// Uses the method to convert the /// argument to a . /// Additional effort is made to locate partially specified types /// by searching the loaded assemblies.