pull/4826/head
Jean-Sébastien Goupil 2017-11-19 12:37:32 -08:00 committed by Rick Anderson
parent b6867e51d1
commit 7d0e4d7ae3
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ There is a minimum level setting that takes effect only if no rules from configu
[!code-csharp[](index/sample2/Program.cs?name=snippet_MinLevel&highlight=3)]
IF you don't explicitly set the minimum level, the default value is `Information`, which means that `Trace` and `Debug` logs are ignored.
If you don't explicitly set the minimum level, the default value is `Information`, which means that `Trace` and `Debug` logs are ignored.
**Filter functions**