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.
2 parents ebc268b + 3340183 commit 098cd34Copy full SHA for 098cd34
src/Serilog.Sinks.File/FileLoggerConfigurationExtensions.cs
@@ -22,7 +22,7 @@
22
23
namespace Serilog
24
{
25
- /// <summary>Extends <see cref="LoggerConfiguration"> with methods to add file sinks.</summary>
+ /// <summary>Extends <see cref="LoggerConfiguration"/> with methods to add file sinks.</summary>
26
public static class FileLoggerConfigurationExtensions
27
28
const long DefaultFileSizeLimitBytes = 1L * 1024 * 1024 * 1024;
0 commit comments