Common Logging 2.0 API Reference

CapturingLogger Class

A logger created by CapturingLoggerFactoryAdapter that sends all log events to the owning adapter's AddEvent

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

System.Object
   AbstractLogger
      AbstractSimpleLogger
         CapturingLogger

[Visual Basic]
Public Class CapturingLogger
    Inherits AbstractSimpleLogger
[C#]
public class CapturingLogger : AbstractSimpleLogger

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

CapturingLogger Members | Common.Logging.Simple Namespace