Use ILogger<T>
from Microsoft.Extensions.Logging
instead of ILogger
from Serilog
#284
Labels
tabled
We like this idea, but we are not going to action on it in the moment
The SBOM tool uses Serilog's
ILogger
interface directly. Unfortunately, Component Detection expects theILogger<T>
interface fromMicrosoft.Extensions.Logging
and uses theSerilog.Extensions.Logging
package to provide an implementation.In our research, using the
Microsoft.Extensions.Logging
logging API, and plugging in different logging frameworks (like Serilog) was the recommended approach.The text was updated successfully, but these errors were encountered: