-
Notifications
You must be signed in to change notification settings - Fork 117
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
4.1.0 Release #78
Merged
Merged
4.1.0 Release #78
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Docs: Fix level output in default format [Skip CI]
Fix remaining reference to RollingFile sink [Skip CI]
Specify repository URL in NUPKG
disable SourceLink by default;
add SourceLink support
Add target for .net standard 2.0
…m, such as a GZipStream
Stops exception from being thrown and tripping breakpoints when debugging application code.
Check for directory existence before attempting access.
…/serilog-sinks-file into cocowalla-feature/stream-wrapper
…pecified encoding is not used; clean and tidy
…ace pollution when using Serilog logging APIs; mark PeriodicFlushToDiskSink as obsolete in line with other public types shared with Serilog.Sinks.RollingFile
`FileLifecycleHooks`
It would be nice to squeeze #90 into this, as it also potentially extends the configuration method signatures. |
Add OnFileRemoving life cycle hook #106
Compile the rolling file set path matching regex
Too much inventory; time to ship this! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
netstandard2.0
target (@vhatsura)FileLifecycleHooks
#80 -FileLifecycleHooks
(@cocowalla)OnFileDeleting
lifecycle hook (@nogard111)