Skip to content

Defines an abstraction for NLog.Logger public interface

License

Notifications You must be signed in to change notification settings

PavelGriza/NLog.Interface

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Defines an abstraction for NLog.Logger public interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%