Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 436 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 436 Bytes

NLog.Interface

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!");

License

NLog.Interface is licensed under MIT License. Refer to license file for more information.