Microsoft.Practices.Prism.Logging Namespace

Classes

  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.

Interfaces

  Interface Description
Public interface ILoggerFacade
Defines a simple logger façade to be used by the Composite Application Library.

Enumerations

  Enumeration Description
Public enumeration Category
Defines values for the categories used by ILoggerFacade.
Public enumeration Priority
Defines values for the priorities used by ILoggerFacade.