Common Logging 2.0 API Reference

NoOpLoggerFactoryAdapter Class

Factory for creating ILog instances that silently ignores logging requests.

For a list of all members of this type, see NoOpLoggerFactoryAdapter Members .

System.Object
   NoOpLoggerFactoryAdapter

[Visual Basic]
Public NotInheritable Class NoOpLoggerFactoryAdapter
    Implements ILoggerFactoryAdapter
[C#]
public sealed class NoOpLoggerFactoryAdapter : ILoggerFactoryAdapter

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Common.Logging.Simple

Assembly: Common.Logging (in Common.Logging.dll)

See Also

NoOpLoggerFactoryAdapter Members | Common.Logging.Simple Namespace | Adapter | ConfigurationSectionHandler