Common Logging 2.0 API Reference

TraceLoggerFactoryAdapter Class

Factory for creating ILog instances that send everything to the Trace output stream.

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

System.Object
   AbstractCachingLoggerFactoryAdapter
      AbstractSimpleLoggerFactoryAdapter
         TraceLoggerFactoryAdapter

[Visual Basic]
Public Class TraceLoggerFactoryAdapter
    Inherits AbstractSimpleLoggerFactoryAdapter
[C#]
public class TraceLoggerFactoryAdapter : AbstractSimpleLoggerFactoryAdapter

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

Beware not to use CommonLoggingTraceListener in combination with this logger factory as this would result in an endless loop for obvious reasons!

Requirements

Namespace: Common.Logging.Simple

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

See Also

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