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

Add ILoggingBuilder extension methods #226

Merged
merged 2 commits into from
Mar 11, 2020

Conversation

wu-yafeng
Copy link
Contributor

  • Add ILoggingBuilder extension methods
  • Markup ILoggerFactory extension methods obsolute
  • Add sample codes in SampleAspNetCore

- Add ILoggingBuilder extension methods
- Markup ILoggerFactory extension methods obsolute
- Add sample codes in SampleAspNetCore
@CLAassistant
Copy link

CLAassistant commented Mar 10, 2020

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@niemyjski niemyjski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR! Could you please respond to my feedback and we'll get this merged in!

@@ -15,7 +15,7 @@
</ItemGroup>

<ItemGroup Label="Package References">
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.2" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any reason we can't keep using the abstractions lib and target 2.2?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In order to use ILoggingBuilder,I have to use Microsoft.Extensions.Logging instead of Microsoft.Extensions.Logging.Abstractions.
It seems reasonable to use 2.2 not 3.1.

- Use 2.2 logging component
- fix some typo
- remove regions
@niemyjski niemyjski merged commit 472d8d9 into exceptionless:master Mar 11, 2020
@niemyjski
Copy link
Member

Thanks for the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants