EmptyLogger Class

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.

Namespace:  Microsoft.Practices.Prism.Logging
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

public class EmptyLogger : ILoggerFacade
'Declaration
Public Class EmptyLogger _
    Implements ILoggerFacade

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Prism.Logging.EmptyLogger

See Also

EmptyLogger Members

Microsoft.Practices.Prism.Logging Namespace