diff options
Diffstat (limited to 'src/DotNetOpenAuth.Core/Loggers/ILog.cs')
-rw-r--r-- | src/DotNetOpenAuth.Core/Loggers/ILog.cs | 80 |
1 files changed, 40 insertions, 40 deletions
diff --git a/src/DotNetOpenAuth.Core/Loggers/ILog.cs b/src/DotNetOpenAuth.Core/Loggers/ILog.cs index 8094296..e801b2a 100644 --- a/src/DotNetOpenAuth.Core/Loggers/ILog.cs +++ b/src/DotNetOpenAuth.Core/Loggers/ILog.cs @@ -122,8 +122,8 @@ namespace DotNetOpenAuth.Loggers /// <param name="args">An Object array containing zero or more objects to format</param> /// <remarks> /// <para> - /// The message is formatted using the <c>String.Format</c> method. See - /// <see cref="String.Format(string, object[])"/> for details of the syntax of the format string and the behavior + /// The message is formatted using the <c>string.Format</c> method. See + /// <see cref="string.Format(string, object[])"/> for details of the syntax of the format string and the behavior /// of the formatting. /// </para> /// <para> @@ -143,8 +143,8 @@ namespace DotNetOpenAuth.Loggers /// <param name="arg0">An Object to format</param> /// <remarks> /// <para> - /// The message is formatted using the <c>String.Format</c> method. See - /// <see cref="String.Format(string, object[])"/> for details of the syntax of the format string and the behavior + /// The message is formatted using the <c>string.Format</c> method. See + /// <see cref="string.Format(string, object[])"/> for details of the syntax of the format string and the behavior /// of the formatting. /// </para> /// <para> @@ -165,8 +165,8 @@ namespace DotNetOpenAuth.Loggers /// <param name="arg1">An Object to format</param> /// <remarks> /// <para> - /// The message is formatted using the <c>String.Format</c> method. See - /// <see cref="String.Format(string, object[])"/> for details of the syntax of the format string and the behavior + /// The message is formatted using the <c>string.Format</c> method. See + /// <see cref="string.Format(string, object[])"/> for details of the syntax of the format string and the behavior /// of the formatting. /// </para> /// <para> @@ -188,8 +188,8 @@ namespace DotNetOpenAuth.Loggers /// <param name="arg2">An Object to format</param> /// <remarks> /// <para> - /// The message is formatted using the <c>String.Format</c> method. See - /// <see cref="String.Format(string, object[])"/> for details of the syntax of the format string and the behavior + /// The message is formatted using the <c>string.Format</c> method. See + /// <see cref="string.Format(string, object[])"/> for details of the syntax of the format string and the behavior /// of the formatting. /// </para> /// <para> @@ -253,8 +253,8 @@ namespace DotNetOpenAuth.Loggers /// <param name="args">An Object array containing zero or more objects to format</param> /// <remarks> /// <para> - /// The message is formatted using the <c>String.Format</c> method. See - /// <see cref="String.Format(string, object[])"/> for details of the syntax of the format string and the behavior + /// The message is formatted using the <c>string.Format</c> method. See + /// <see cref="string.Format(string, object[])"/> for details of the syntax of the format string and the behavior /// of the formatting. /// </para> /// <para> @@ -274,8 +274,8 @@ namespace DotNetOpenAuth.Loggers /// <param name="arg0">An Object to format</param> /// <remarks> /// <para> - /// The message is formatted using the <c>String.Format</c> method. See - /// <see cref="String.Format(string, object[])"/> for details of the syntax of the format string and the behavior + /// The message is formatted using the <c>string.Format</c> method. See + /// <see cref="string.Format(string, object[])"/> for details of the syntax of the format string and the behavior /// of the formatting. /// </para> /// <para> @@ -296,8 +296,8 @@ namespace DotNetOpenAuth.Loggers /// <param name="arg1">An Object to format</param> /// <remarks> /// <para> - /// The message is formatted using the <c>String.Format</c> method. See - /// <see cref="String.Format(string, object[])"/> for details of the syntax of the format string and the behavior + /// The message is formatted using the <c>string.Format</c> method. See + /// <see cref="string.Format(string, object[])"/> for details of the syntax of the format string and the behavior /// of the formatting. /// </para> /// <para> @@ -319,8 +319,8 @@ namespace DotNetOpenAuth.Loggers /// <param name="arg2">An Object to format</param> /// <remarks> /// <para> - /// The message is formatted using the <c>String.Format</c> method. See - /// <see cref="String.Format(string, object[])"/> for details of the syntax of the format string and the behavior + /// The message is formatted using the <c>string.Format</c> method. See + /// <see cref="string.Format(string, object[])"/> for details of the syntax of the format string and the behavior /// of the formatting. /// </para> /// <para> @@ -384,8 +384,8 @@ namespace DotNetOpenAuth.Loggers /// <param name="args">An Object array containing zero or more objects to format</param> /// <remarks> /// <para> - /// The message is formatted using the <c>String.Format</c> method. See - /// <see cref="String.Format(string, object[])"/> for details of the syntax of the format string and the behavior + /// The message is formatted using the <c>string.Format</c> method. See + /// <see cref="string.Format(string, object[])"/> for details of the syntax of the format string and the behavior /// of the formatting. /// </para> /// <para> @@ -405,8 +405,8 @@ namespace DotNetOpenAuth.Loggers /// <param name="arg0">An Object to format</param> /// <remarks> /// <para> - /// The message is formatted using the <c>String.Format</c> method. See - /// <see cref="String.Format(string, object[])"/> for details of the syntax of the format string and the behavior + /// The message is formatted using the <c>string.Format</c> method. See + /// <see cref="string.Format(string, object[])"/> for details of the syntax of the format string and the behavior /// of the formatting. /// </para> /// <para> @@ -427,8 +427,8 @@ namespace DotNetOpenAuth.Loggers /// <param name="arg1">An Object to format</param> /// <remarks> /// <para> - /// The message is formatted using the <c>String.Format</c> method. See - /// <see cref="String.Format(string, object[])"/> for details of the syntax of the format string and the behavior + /// The message is formatted using the <c>string.Format</c> method. See + /// <see cref="string.Format(string, object[])"/> for details of the syntax of the format string and the behavior /// of the formatting. /// </para> /// <para> @@ -450,8 +450,8 @@ namespace DotNetOpenAuth.Loggers /// <param name="arg2">An Object to format</param> /// <remarks> /// <para> - /// The message is formatted using the <c>String.Format</c> method. See - /// <see cref="String.Format(string, object[])"/> for details of the syntax of the format string and the behavior + /// The message is formatted using the <c>string.Format</c> method. See + /// <see cref="string.Format(string, object[])"/> for details of the syntax of the format string and the behavior /// of the formatting. /// </para> /// <para> @@ -515,8 +515,8 @@ namespace DotNetOpenAuth.Loggers /// <param name="args">An Object array containing zero or more objects to format</param> /// <remarks> /// <para> - /// The message is formatted using the <c>String.Format</c> method. See - /// <see cref="String.Format(string, object[])"/> for details of the syntax of the format string and the behavior + /// The message is formatted using the <c>string.Format</c> method. See + /// <see cref="string.Format(string, object[])"/> for details of the syntax of the format string and the behavior /// of the formatting. /// </para> /// <para> @@ -536,8 +536,8 @@ namespace DotNetOpenAuth.Loggers /// <param name="arg0">An Object to format</param> /// <remarks> /// <para> - /// The message is formatted using the <c>String.Format</c> method. See - /// <see cref="String.Format(string, object[])"/> for details of the syntax of the format string and the behavior + /// The message is formatted using the <c>string.Format</c> method. See + /// <see cref="string.Format(string, object[])"/> for details of the syntax of the format string and the behavior /// of the formatting. /// </para> /// <para> @@ -558,8 +558,8 @@ namespace DotNetOpenAuth.Loggers /// <param name="arg1">An Object to format</param> /// <remarks> /// <para> - /// The message is formatted using the <c>String.Format</c> method. See - /// <see cref="String.Format(string, object[])"/> for details of the syntax of the format string and the behavior + /// The message is formatted using the <c>string.Format</c> method. See + /// <see cref="string.Format(string, object[])"/> for details of the syntax of the format string and the behavior /// of the formatting. /// </para> /// <para> @@ -581,8 +581,8 @@ namespace DotNetOpenAuth.Loggers /// <param name="arg2">An Object to format</param> /// <remarks> /// <para> - /// The message is formatted using the <c>String.Format</c> method. See - /// <see cref="String.Format(string, object[])"/> for details of the syntax of the format string and the behavior + /// The message is formatted using the <c>string.Format</c> method. See + /// <see cref="string.Format(string, object[])"/> for details of the syntax of the format string and the behavior /// of the formatting. /// </para> /// <para> @@ -646,8 +646,8 @@ namespace DotNetOpenAuth.Loggers /// <param name="args">An Object array containing zero or more objects to format</param> /// <remarks> /// <para> - /// The message is formatted using the <c>String.Format</c> method. See - /// <see cref="String.Format(string, object[])"/> for details of the syntax of the format string and the behavior + /// The message is formatted using the <c>string.Format</c> method. See + /// <see cref="string.Format(string, object[])"/> for details of the syntax of the format string and the behavior /// of the formatting. /// </para> /// <para> @@ -667,8 +667,8 @@ namespace DotNetOpenAuth.Loggers /// <param name="arg0">An Object to format</param> /// <remarks> /// <para> - /// The message is formatted using the <c>String.Format</c> method. See - /// <see cref="String.Format(string, object[])"/> for details of the syntax of the format string and the behavior + /// The message is formatted using the <c>string.Format</c> method. See + /// <see cref="string.Format(string, object[])"/> for details of the syntax of the format string and the behavior /// of the formatting. /// </para> /// <para> @@ -689,8 +689,8 @@ namespace DotNetOpenAuth.Loggers /// <param name="arg1">An Object to format</param> /// <remarks> /// <para> - /// The message is formatted using the <c>String.Format</c> method. See - /// <see cref="String.Format(string, object[])"/> for details of the syntax of the format string and the behavior + /// The message is formatted using the <c>string.Format</c> method. See + /// <see cref="string.Format(string, object[])"/> for details of the syntax of the format string and the behavior /// of the formatting. /// </para> /// <para> @@ -712,8 +712,8 @@ namespace DotNetOpenAuth.Loggers /// <param name="arg2">An Object to format</param> /// <remarks> /// <para> - /// The message is formatted using the <c>String.Format</c> method. See - /// <see cref="String.Format(string, object[])"/> for details of the syntax of the format string and the behavior + /// The message is formatted using the <c>string.Format</c> method. See + /// <see cref="string.Format(string, object[])"/> for details of the syntax of the format string and the behavior /// of the formatting. /// </para> /// <para> |