We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
"sectionFinish"
1 parent a9492dd commit 107c82dCopy full SHA for 107c82d
src/Atata.Configuration.Json/LogConsumerJsonSection.cs
@@ -6,9 +6,6 @@ public class LogConsumerJsonSection : JsonSection
6
7
public LogLevel? MinLevel { get; set; }
8
9
- [Obsolete($"Use {nameof(SectionEnd)} instead.")] // Obsolete since v2.6.0.
10
- public bool? SectionFinish { get; set; }
11
-
12
public LogSectionEndOption? SectionEnd { get; set; }
13
14
public string MessageNestingLevelIndent { get; set; }
0 commit comments