Skip to content

migrate to Microsoft.Extensions.Logging as the logging infrastructure #293

@JaggerJo

Description

@JaggerJo

🚀 Feature Request

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.

🛰 Alternatives

Keep it as it is and live with the dependency.

📎 Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions