Common Logging 2.0 API Reference

TraceLogger Class

Logger sending everything to the trace output stream using Trace.

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

System.Object
   AbstractLogger
      AbstractSimpleLogger
         TraceLogger

[Visual Basic]
<Serializable> _
Public Class TraceLogger
    Inherits AbstractSimpleLogger
    Implements IDeserializationCallback
[C#]
[Serializable]
public class TraceLogger : AbstractSimpleLogger, IDeserializationCallback

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 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

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