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

Update to include CreateBootstrapLogger() #234

Merged
merged 4 commits into from
Feb 17, 2021
Merged

Conversation

nblumhardt
Copy link
Member

Breaking change, the upstream Serilog.Extensions.Hosting from this version only supports targets compatible with netstandard2.1, which this PR now adopts into this package as well. .NET Framework and earlier .NET Core consumers will need the 3.1.0 version of this package.

See https://nblumhardt.com/2020/10/bootstrap-logger/ for a discussion of the new hosting features.

See serilog/serilog-extensions-hosting#35 for the corresponding Serilog.Extensions.Hosting release.

This PR:

  • Bump major version
  • Target netstandard2.1 only
  • Update README to show simplified examples with two-stage initialization
  • New net5.0 MVC sample with two-stage initialization
  • Removed the separate early/inline intialization samples
  • Fix the embedded package icon

…ll in CreateBootstrapLogger(), one sample (showing two-stage intialization), simplified README
@nblumhardt
Copy link
Member Author

Ready to go :-) 👍

@nblumhardt
Copy link
Member Author

README, rendered

@nblumhardt
Copy link
Member Author

Sending this through to dev.

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

Successfully merging this pull request may close these issues.

1 participant