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.
1 parent 45af956 commit 0e15746Copy full SHA for 0e15746
src/SplunkLogger/Configurations/SplunkLoggerConfiguration.cs
@@ -10,19 +10,16 @@ public class SplunkLoggerConfiguration
10
/// <summary>
11
/// Gets or sets the hec configuration.
12
/// </summary>
13
- /// <value>The hec configuration.</value>
14
public HECConfiguration HecConfiguration { get; set; }
15
16
17
/// Gets or sets the socket configuration.
18
19
- /// <value>The socket configuration.</value>
20
public SocketConfiguration SocketConfiguration { get; set; }
21
22
23
/// Gets or sets the threshold.
24
25
- /// <value>The threshold.</value>
26
public LogLevel Threshold { get; set; } = LogLevel.Warning;
27
}
28
0 commit comments