Common Logging 2.0 API Reference

AbstractSimpleLogger Class

Abstract class providing a standard implementation of simple loggers.

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

System.Object
   AbstractLogger
      AbstractSimpleLogger
         CapturingLogger
         ConsoleOutLogger
         TraceLogger

[Visual Basic]
<Serializable> _
Public MustInherit Class AbstractSimpleLogger
    Inherits AbstractLogger
[C#]
[Serializable]
public abstract class AbstractSimpleLogger : AbstractLogger

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

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

See Also

AbstractSimpleLogger Members | Common.Logging.Simple Namespace