summaryrefslogtreecommitdiffstats
path: root/samples/OAuthConsumer/Code/Logging.cs
diff options
context:
space:
mode:
authorDavid Christiansen <coding@davedoes.net>2015-01-04 23:33:54 +0000
committerDavid Christiansen <coding@davedoes.net>2015-01-04 23:33:54 +0000
commit5f8a168cc7a17fbc24442be4ae6b518d95a12647 (patch)
tree9f0efbcd13ff54446a34bd229dfd495eed882b06 /samples/OAuthConsumer/Code/Logging.cs
parent7574924b2b5c810b7c00328f04f506f28da3f2ec (diff)
downloadDotNetOpenAuth-5f8a168cc7a17fbc24442be4ae6b518d95a12647.zip
DotNetOpenAuth-5f8a168cc7a17fbc24442be4ae6b518d95a12647.tar.gz
DotNetOpenAuth-5f8a168cc7a17fbc24442be4ae6b518d95a12647.tar.bz2
Closes #356, Closes #357, Closes #358
Diffstat (limited to 'samples/OAuthConsumer/Code/Logging.cs')
-rw-r--r--samples/OAuthConsumer/Code/Logging.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/samples/OAuthConsumer/Code/Logging.cs b/samples/OAuthConsumer/Code/Logging.cs
index 510ea85..dcd2813 100644
--- a/samples/OAuthConsumer/Code/Logging.cs
+++ b/samples/OAuthConsumer/Code/Logging.cs
@@ -5,7 +5,9 @@
using System.Text;
using System.Web;
- /// <summary>
+ using DotNetOpenAuth.Logging;
+
+ /// <summary>
/// Logging tools for this sample.
/// </summary>
public static class Logging {
@@ -17,6 +19,6 @@
/// <summary>
/// The logger for this sample to use.
/// </summary>
- public static log4net.ILog Logger = log4net.LogManager.GetLogger("DotNetOpenAuth.OAuthConsumer");
+ public static ILog Logger = LogProvider.GetLogger("DotNetOpenAuth.OAuthConsumer");
}
} \ No newline at end of file