2 using System
.Collections
.Generic
;
8 /// Logging tools for this sample.
10 public static class Logging
{
12 /// An application memory cache of recent log messages.
14 public static StringBuilder LogMessages
= new StringBuilder();
17 /// The logger for this sample to use.
19 public static log4net
.ILog Logger
= log4net
.LogManager
.GetLogger("DotNetOAuth.ConsumerSample");