Common Logging 2.0 API Reference

AbstractCachingLoggerFactoryAdapter Class

An implementation of ILoggerFactoryAdapter that caches loggers handed out by this factory.

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

System.Object
   AbstractCachingLoggerFactoryAdapter
      Derived types

[Visual Basic]
Public MustInherit Class AbstractCachingLoggerFactoryAdapter
    Implements ILoggerFactoryAdapter
[C#]
public abstract class AbstractCachingLoggerFactoryAdapter : 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.

Remarks

Implementors just need to override CreateLogger.

Requirements

Namespace: Common.Logging.Factory

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

See Also

AbstractCachingLoggerFactoryAdapter Members | Common.Logging.Factory Namespace