Skip to content

Commit 0e15746

Browse files
committed
Cleaned class documentation
1 parent 45af956 commit 0e15746

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/SplunkLogger/Configurations/SplunkLoggerConfiguration.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,16 @@ public class SplunkLoggerConfiguration
1010
/// <summary>
1111
/// Gets or sets the hec configuration.
1212
/// </summary>
13-
/// <value>The hec configuration.</value>
1413
public HECConfiguration HecConfiguration { get; set; }
1514

1615
/// <summary>
1716
/// Gets or sets the socket configuration.
1817
/// </summary>
19-
/// <value>The socket configuration.</value>
2018
public SocketConfiguration SocketConfiguration { get; set; }
2119

2220
/// <summary>
2321
/// Gets or sets the threshold.
2422
/// </summary>
25-
/// <value>The threshold.</value>
2623
public LogLevel Threshold { get; set; } = LogLevel.Warning;
2724
}
2825
}

0 commit comments

Comments
 (0)