You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Microsoft.Extensions.Logging (Abstractions) launched it slowly became the de facto standard logging abstraction in .NET.
Most (if not all) logging libraries offer integrations or directly implement ILogger/ILoggerFactory.
🔈 Motivation
Currently referencing the Hive client also adda an indirect reference to NLog. That would be resolved by only referencing the common logger interfaces but no concrete implementation.