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.Composite.Logging
Assembly: Microsoft.Practices.Composite (in Microsoft.Practices.Composite.dll)
Syntax
'Declaration
Public Class EmptyLogger _
Implements ILoggerFacade
public class EmptyLogger : ILoggerFacade
public ref class EmptyLogger : ILoggerFacade
Microsoft.Practices.Composite.Logging.EmptyLogger = function();
Type.createClass(
'Microsoft.Practices.Composite.Logging.EmptyLogger',
null,
Microsoft.Practices.Composite.Logging.ILoggerFacade);
Inheritance Hierarchy
System.Object
Microsoft.Practices.Composite.Logging.EmptyLogger