summaryrefslogtreecommitdiffstats
path: root/src/InfoCard/InfoCardRelyingParty/App_Code/Logging.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/InfoCard/InfoCardRelyingParty/App_Code/Logging.cs')
-rw-r--r--src/InfoCard/InfoCardRelyingParty/App_Code/Logging.cs16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/InfoCard/InfoCardRelyingParty/App_Code/Logging.cs b/src/InfoCard/InfoCardRelyingParty/App_Code/Logging.cs
deleted file mode 100644
index 64ecebc..0000000
--- a/src/InfoCard/InfoCardRelyingParty/App_Code/Logging.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System.Text;
-
-/// <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("DotNetOpenAuth.InfoCardRelyingParty");
-}