Skip to content
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

[BREAKING] Remove ILoggerFacade & entire Prism.Logging namespace #2176

Merged
merged 3 commits into from
Aug 22, 2020

Conversation

dansiegel
Copy link
Member

Description of Change

Internally Prism didn't really do much logging outside of the deprecated Wpf Bootstrapper that was overly verbose. The little bit of logging that Prism was doing in the ModuleInitializer, ModuleManager and PageNavigationService ultimately is redundant as Prism provides mechanisms for capturing the raw exception object which is far more useful and can be logged directly by in the consuming application.

Issues

API Changes

Completely removes the Prism.Logging namespace and the few internal dependencies on it.

Behavioral Changes

Any app dependencies on ILoggerFacade will need to be updated.

PR Checklist

  • Has tests (if omitted, state reason in description)
  • Rebased on top of master at time of PR
  • Changes adhere to coding standard

@dansiegel dansiegel added this to the Prism 8.0 milestone Aug 22, 2020
@dansiegel dansiegel merged commit d5cb510 into master Aug 22, 2020
@dansiegel dansiegel deleted the remove-logger branch August 22, 2020 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace ILoggerFacade with Microsoft.Extensions.Logging.ILogger
1 participant