You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These sections support simplified syntax, for example the following is valid if no arguments are needed by the sinks:
164
164
@@ -195,11 +195,11 @@ When overriding settings with [environment variables](https://docs.microsoft.com
195
195
}
196
196
```
197
197
198
-
### `Properties` section
198
+
### Properties section
199
199
200
200
This section defines a static list of key-value pairs that will enrich log events.
201
201
202
-
### `Filter` section
202
+
### Filter section
203
203
204
204
This section defines filters that will be applied to log events. It is especially usefull in combination with _[Serilog.Filters.Expression](https://github.com/serilog/serilog-filters-expressions)_ package so you can write expression in text form:
0 commit comments