diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-10-06 08:04:30 -0700 |
---|---|---|
committer | Andrew <andrewarnott@gmail.com> | 2008-10-06 08:04:30 -0700 |
commit | f367f68a81e06dcab56348c85f7c09526123c916 (patch) | |
tree | c06ead228b7eb588ab783025ed05f816f5af5ee4 /samples/ServiceProvider/App_Code/Logging.cs | |
parent | 5e8d26c757a32e3c0237b447d142a3de071fa992 (diff) | |
download | DotNetOpenAuth-f367f68a81e06dcab56348c85f7c09526123c916.zip DotNetOpenAuth-f367f68a81e06dcab56348c85f7c09526123c916.tar.gz DotNetOpenAuth-f367f68a81e06dcab56348c85f7c09526123c916.tar.bz2 |
WCF OAuth sample now has 'real' database and login.
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");
-}
|