Click or drag to resize

NLogFactory Class

The OWIN ILoggerFactory implementation for NLog
Inheritance Hierarchy
SystemObject
  NLog.Owin.LoggingNLogFactory

Namespace:  NLog.Owin.Logging
Assembly:  NLog.Owin.Logging (in NLog.Owin.Logging.dll) Version: 4.0+fa964b487a009a302dffab9a322d07bcc66aee9c
Syntax
public class NLogFactory : ILoggerFactory

The NLogFactory type exposes the following members.

Constructors
Methods
  NameDescription
Public methodCreate
Creates a new ILogger instance of the given name.
Top
See Also