Common Logging 2.0 API Reference

EntLibLogger Class

Concrete implementation of ILog interface specific to Enterprise Logging 4.1.

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

System.Object
   AbstractLogger
      EntLibLogger

[Visual Basic]
Public Class EntLibLogger
    Inherits AbstractLogger
[C#]
public class EntLibLogger : 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.

Remarks

Instances are created by the EntLibLoggerFactoryAdapter. DefaultPriority is used for logging a LogEntry to Write. The category name used is the name passed into GetLogger. For configuring logging, see EntLibLoggerFactoryAdapter.

Requirements

Namespace: Common.Logging.EntLib

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

See Also

EntLibLogger Members | Common.Logging.EntLib Namespace | ILog | EntLibLoggerFactoryAdapter