diff options
Diffstat (limited to 'samples/ServiceProvider/App_Code/Logging.cs')
-rw-r--r-- | samples/ServiceProvider/App_Code/Logging.cs | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/samples/ServiceProvider/App_Code/Logging.cs b/samples/ServiceProvider/App_Code/Logging.cs deleted file mode 100644 index cba9b4e..0000000 --- a/samples/ServiceProvider/App_Code/Logging.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Web;
-
-/// <summary>
-/// Logging tools for this sample.
-/// </summary>
-public static class Logging {
- /// <summary>
- /// An application memory cache of recent log messages.
- /// </summary>
- public static StringBuilder LogMessages = new StringBuilder();
-
- /// <summary>
- /// The logger for this sample to use.
- /// </summary>
- public static log4net.ILog Logger = log4net.LogManager.GetLogger("DotNetOAuth.ConsumerSample");
-}
|