Skip to content

DebugLogger class made internal in ASP.NET Core 3.0 #367

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
analogrelay opened this issue Jun 11, 2019 · 0 comments
Open

DebugLogger class made internal in ASP.NET Core 3.0 #367

analogrelay opened this issue Jun 11, 2019 · 0 comments
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

Comments

@analogrelay
Copy link

analogrelay commented Jun 11, 2019

The DebugLogger class was never intended to be constructed by user code. It is only constructed by the DebugLoggerProvider class. In 3.0 we are cleaning this up by making DebugLogger internal, to match with other logger implementations (such as ConsoleLogger, etc.).

Please use dotnet/extensions#1823 for discussions.

[This announcement has been migrated to: dotnet/docs#14941]

@analogrelay analogrelay added Announcement Breaking change 3.0.0 Announcements related to ASP.NET Core 3.0 labels Jun 11, 2019
@aspnet aspnet locked as resolved and limited conversation to collaborators Jun 11, 2019
@scottaddie scottaddie added the Documented The breaking change has been published to the .NET Core docs label Dec 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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
Projects
None yet
Development

No branches or pull requests

3 participants