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 777f14e commit a62c37cCopy full SHA for a62c37c
src/Serilog.Sinks.File/FileLoggerConfigurationExtensions.cs
@@ -22,6 +22,7 @@
22
23
namespace Serilog
24
{
25
+ /// <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