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 support and tests for more configuration methods #140

Merged
merged 9 commits into from
Oct 7, 2018

Commits on Oct 6, 2018

  1. Configuration menu
    Copy the full SHA
    2fe5f4f View commit details
    Browse the repository at this point in the history
  2. Add support for WriteTo.Sink()

    Support for `WriteTo.Sink(ILogEventSink logEventSink, LogEventLevel restrictedToMinimumLevel = LevelAlias.Minimum, LoggingLevelSwitch levelSwitch = null)`
    tsimbalar committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    b98aba2 View commit details
    Browse the repository at this point in the history
  3. Add support for AuditTo.Sink()

    Support for `AuditTo.Sink(ILogEventSink logEventSink, LogEventLevel restrictedToMinimumLevel = LevelAlias.Minimum, LoggingLevelSwitch levelSwitch = null)`
    tsimbalar committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    ed9c049 View commit details
    Browse the repository at this point in the history
  4. Add support for Enrich.With()

    Support for `Enrich.With(ILogEventEnricher enricher)`
    tsimbalar committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    0b3b739 View commit details
    Browse the repository at this point in the history
  5. Add test for support Filter.With()

    Turns out  support for `Filter.With(ILogEventFilter filter)` was already there since commit 4424523
    tsimbalar committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    70e4f0b View commit details
    Browse the repository at this point in the history
  6. Refactor SurrogateConfigurationMethods

    so that all methods in the class are dynamically discovered and exposed to Serilog settings as if they were regular extension methods
    tsimbalar committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    a55fc9f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    01b1cfd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cf81e5a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4c932e4 View commit details
    Browse the repository at this point in the history