SkillAgentSearch skills...

NLog.Interface

Defines an abstraction for NLog.Logger public interface

Install / Use

/learn @uhaciogullari/NLog.Interface
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

Related Skills

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated4mo ago
Forks11

Languages

C#

Security Score

87/100

Audited on Nov 7, 2025

No findings