DebugLogger class made internal in ASP.NET Core 3.0 #367
Labels
3.0.0
Announcements related to ASP.NET Core 3.0
Announcement
Breaking change
Documented
The breaking change has been published to the .NET Core docs
Migrated
Uh oh!
There was an error while loading. Please reload this page.
The
DebugLogger
class was never intended to be constructed by user code. It is only constructed by theDebugLoggerProvider
class. In 3.0 we are cleaning this up by makingDebugLogger
internal, to match with other logger implementations (such asConsoleLogger
, etc.).Please use dotnet/extensions#1823 for discussions.
[This announcement has been migrated to: dotnet/docs#14941]
The text was updated successfully, but these errors were encountered: