Skip to content

Commit f6d6023

Browse files
author
Sergey Komisarchik
committed
removed quotes from headers
1 parent ff5df00 commit f6d6023

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ var logger = new LoggerConfiguration()
6969
.CreateLogger();
7070
```
7171

72-
### `Using` section and auto-discovery of configuration assemblies
72+
### Using section and auto-discovery of configuration assemblies
7373

7474
`Using` section contains list of **assemblies** in wich configuration methods (`WriteTo.File()`, `Enrich.WithThreadId()`) resides.
7575

@@ -107,7 +107,7 @@ For legacy .NET Framework projects it also scans default probing path(s).
107107

108108
For all other cases, as well as in the case of non-conventional configuration assembly names **DO** use `Using` section.
109109

110-
### `MinimumLevel`, `LevelSwitches`, overrides and dynamic reload
110+
### MinimumLevel, LevelSwitches, overrides and dynamic reload
111111

112112
The `MinimumLevel` configuration property can be set to a single value as in the sample above, or, levels can be overridden per logging source.
113113

@@ -158,7 +158,7 @@ You can also declare `LoggingLevelSwitch`-es in custom section and reference the
158158

159159
Level updates to switches are also respected for a dynamic update.
160160

161-
### `WriteTo`, `Enrich`, `AuditTo`, `Destructure` sections
161+
### WriteTo, Enrich, AuditTo, Destructure sections
162162

163163
These sections support simplified syntax, for example the following is valid if no arguments are needed by the sinks:
164164

@@ -195,11 +195,11 @@ When overriding settings with [environment variables](https://docs.microsoft.com
195195
}
196196
```
197197

198-
### `Properties` section
198+
### Properties section
199199

200200
This section defines a static list of key-value pairs that will enrich log events.
201201

202-
### `Filter` section
202+
### Filter section
203203

204204
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:
205205

0 commit comments

Comments
 (0)