-
Notifications
You must be signed in to change notification settings - Fork 129
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 support and tests for more configuration methods #140
Merged
Commits on Oct 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2fe5f4f - Browse repository at this point
Copy the full SHA 2fe5f4fView commit details -
Add support for WriteTo.Sink()
Support for `WriteTo.Sink(ILogEventSink logEventSink, LogEventLevel restrictedToMinimumLevel = LevelAlias.Minimum, LoggingLevelSwitch levelSwitch = null)`
Configuration menu - View commit details
-
Copy full SHA for b98aba2 - Browse repository at this point
Copy the full SHA b98aba2View commit details -
Add support for AuditTo.Sink()
Support for `AuditTo.Sink(ILogEventSink logEventSink, LogEventLevel restrictedToMinimumLevel = LevelAlias.Minimum, LoggingLevelSwitch levelSwitch = null)`
Configuration menu - View commit details
-
Copy full SHA for ed9c049 - Browse repository at this point
Copy the full SHA ed9c049View commit details -
Support for `Enrich.With(ILogEventEnricher enricher)`
Configuration menu - View commit details
-
Copy full SHA for 0b3b739 - Browse repository at this point
Copy the full SHA 0b3b739View commit details -
Add test for support Filter.With()
Turns out support for `Filter.With(ILogEventFilter filter)` was already there since commit 4424523
Configuration menu - View commit details
-
Copy full SHA for 70e4f0b - Browse repository at this point
Copy the full SHA 70e4f0bView commit details -
Refactor
SurrogateConfigurationMethods
so that all methods in the class are dynamically discovered and exposed to Serilog settings as if they were regular extension methods
Configuration menu - View commit details
-
Copy full SHA for a55fc9f - Browse repository at this point
Copy the full SHA a55fc9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01b1cfd - Browse repository at this point
Copy the full SHA 01b1cfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf81e5a - Browse repository at this point
Copy the full SHA cf81e5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c932e4 - Browse repository at this point
Copy the full SHA 4c932e4View commit details
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.