Share via


Microsoft.Practices.Composite.Logging Namespace

Classes

  Class Description
Ff653813.pubclass(en-us,PandP.10).gif 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.
Ff653813.pubclass(en-us,PandP.10).gif TextLogger
Implementation of ILoggerFacade that logs into a TextWriter.
Ff653813.pubclass(en-us,PandP.10).gif TraceLogger
Implementation of ILoggerFacade that logs to .NET Trace class.

Interfaces

  Interface Description
Ff653813.pubinterface(en-us,PandP.10).gif ILoggerFacade
Defines a simple logger façade to be used by the Composite Application Library.

Enumerations

  Enumeration Description
Ff653813.pubenumeration(en-us,PandP.10).gif Category
Defines values for the categories used by ILoggerFacade.
Ff653813.pubenumeration(en-us,PandP.10).gif Priority
Defines values for the priorities used by ILoggerFacade.