This repository was archived by the owner on Dec 13, 2018. It is now read-only.
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
Move NullLoggerFactory and NullLoggerOfT to Microsoft.Extensions.Logging.Abstractions #566
Closed
Description
From aspnet/DataProtection#203 (comment)
We currently have NullLogger
and NullLoggerProvider
in Logging.Abstractions but NullLoggerFactory
is in Logging.Testing. It should be moved to Logging.Abstractions so it can be used in other places like the one referenced above.