Common Logging 2.0 API Reference

AbstractLogger Class

Provides base implementation common for most logger adapters

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

System.Object
   AbstractLogger
      Derived types

[Visual Basic]
<Serializable> _
Public MustInherit Class AbstractLogger
    Implements ILog
[C#]
[Serializable]
public abstract class AbstractLogger : 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.Factory

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

See Also

AbstractLogger Members | Common.Logging.Factory Namespace