Common Logging 2.0 API Reference

NLogLogger Class

Concrete implementation of ILog interface specific to NLog 1.0.0.505.

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

System.Object
   AbstractLogger
      NLogLogger

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

NLog is a .NET logging library designed with simplicity and flexibility in mind. http://www.nlog-project.org/

Requirements

Namespace: Common.Logging.NLog

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

See Also

NLogLogger Members | Common.Logging.NLog Namespace