This topic has not yet been rated - Rate this topic

Microsoft.Practices.Prism.Logging Namespace

  Class Description
Public class EmptyLogger
Implementation of ILoggerFacade that does nothing. This implementation is useful when the application does not need logging but there are infrastructure pieces that assume there is a logger.
Public class TextLogger
Implementation of ILoggerFacade that logs into a TextWriter.
Public class TraceLogger
Implementation of ILoggerFacade that logs to .NET Trace class.
  Interface Description
Public interface ILoggerFacade
Defines a simple logger façade to be used by the Composite Application Library.
  Enumeration Description
Public enumeration Category
Defines values for the categories used by ILoggerFacade.
Public enumeration Priority
Defines values for the priorities used by ILoggerFacade.
Did you find this helpful?
(1500 characters remaining)