23 #region ILogger Members
39 #region IDisposable Members
44 void IDisposable.Dispose()
Represents a logger that throws away anything sent its way.
static ILogger CreateNullLogger()
Create an instance of a null logger, a logger that doesn't do anything.
Represents an implementation of a logger object as call from the Logger class.
void LogError(string msg)
Log error messages to the configured output.
void LogTrace(string msg)
Log trace messages to the configured output.
void LogInfo(string msg)
Log informational messages to the configured output.
The namespace containing all Design Pattern Examples implemented in C#.