Defines an abstraction for NLog.Logger public interface that you can use in unit tests and dependency injection.
ILogger logger = new LoggerAdapter(NLog.LogManager.GetCurrentClassLogger());
logger.Info("Hello World!");
NLog.Interface is licensed under MIT License. Refer to license file for more information.