Common Logging 2.0 API Reference

AbstractSimpleLoggerFactoryAdapter Class

Base factory implementation for creating simple ILog instances.

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

System.Object
   AbstractCachingLoggerFactoryAdapter
      AbstractSimpleLoggerFactoryAdapter
         ConsoleOutLoggerFactoryAdapter
         TraceLoggerFactoryAdapter

[Visual Basic]
Public MustInherit Class AbstractSimpleLoggerFactoryAdapter
    Inherits AbstractCachingLoggerFactoryAdapter
[C#]
public abstract class AbstractSimpleLoggerFactoryAdapter : AbstractCachingLoggerFactoryAdapter

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

Default settings are LogLevel.All, showDateTime = true, showLogName = true, and no DateTimeFormat. The keys in the NameValueCollection to configure this adapter are the following

Requirements

Namespace: Common.Logging.Simple

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

See Also

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