Skip to content
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.

uhaciogullari/NLog.Interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

There is an ILogger interface in NLog library by v4.0. You don't need this library anymore.

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

 
 
 

Contributors 4

  •  
  •  
  •  
  •