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

Refactor to use ILogger #28

Open
tdashworth opened this issue Dec 22, 2020 · 0 comments
Open

Refactor to use ILogger #28

tdashworth opened this issue Dec 22, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@tdashworth
Copy link
Contributor

Is your feature request related to a problem? Please describe.
This isn't problem-related but while refactoring powerapps-packagedeployertemplate, I switch the services to use Microsoft's Logging Extensions. While integrating with this library, I wrote a wrapper for a very similar ILogger interface.

Describe the solution you'd like
My question and the proposal is to update this library to use the same logging abstraction provided by MS for better integration with other tooling. For example, the respective Xrm Toolbox plugin could also be updated with a custom ILogger implementation.

Additional context
https://docs.microsoft.com/en-us/dotnet/core/extensions/logging

I've opened this as a discussion before we consider investing time in the refactor. 😄

@tdashworth tdashworth added the enhancement New feature or request label Dec 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant