Class NLogLoggerFactory
Factory class for NLogWrapper.
public class NLogLoggerFactory : ILoggerFactory
- Inheritance
-
NLogLoggerFactory
- Implements
- Inherited Members
Methods
GetLogger(string)
Creates a new instance of a the NLogWrapper class.
public ILogger GetLogger(string fullyQualifiedClassName)
Parameters
fullyQualifiedClassName
stringThe logger name. This should normally be the class name.
Returns
- ILogger
A new instance of the NLogWrapper class.