Skip to content

Filter support #36

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

Merged
merged 2 commits into from
Jan 17, 2017
Merged

Filter support #36

merged 2 commits into from
Jan 17, 2017

Conversation

skomis-mm
Copy link
Contributor

  • fixes #32
  • some cleanup/unification around surrogate configuration methods

With the help of the greatest Serilog.Filters.Expressions will support these kinds of configurations:

"Filter": [
      {
        "Name": "ByIncludingOnly",
        "Args": {
          "expression": "Application = 'Sample'"
        }
      },
      {
        "Name": "With",
        "Args": {
          "filter": "Sample.CustomFilter, Sample"
        }
      }
 ],

@nblumhardt nblumhardt merged commit 82b8147 into serilog:dev Jan 17, 2017
@nblumhardt
Copy link
Member

👍

@nblumhardt nblumhardt mentioned this pull request Mar 10, 2017
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.

Filter support
2 participants