Severity: Info
File: src/Servy.Core/Logging/ILogger.cs
Description:
The custom Servy.Core.Logging.ILogger collides with Microsoft.Extensions.Logging.ILogger. Any file referencing both needs fully qualified names. Third-party libraries (OpenTelemetry, Serilog MEL sinks) cannot accept this type without an adapter.
Suggested fix:
Rename to IServyLogger or IAppLogger to eliminate the conflict.
Severity: Info
File:
src/Servy.Core/Logging/ILogger.csDescription:
The custom
Servy.Core.Logging.ILoggercollides withMicrosoft.Extensions.Logging.ILogger. Any file referencing both needs fully qualified names. Third-party libraries (OpenTelemetry, Serilog MEL sinks) cannot accept this type without an adapter.Suggested fix:
Rename to
IServyLoggerorIAppLoggerto eliminate the conflict.