Common Logging 2.0 API Reference

NoOpLogger Class

Silently ignores all log messages.

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

System.Object
   NoOpLogger

[Visual Basic]
<Serializable> _
Public NotInheritable Class NoOpLogger
    Implements ILog
[C#]
[Serializable]
public sealed class NoOpLogger : ILog

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

NoOpLogger Members | Common.Logging.Simple Namespace