@@ -49,8 +49,8 @@ public static class FileLoggerConfigurationExtensions
4949 /// <param name="fileSizeLimitBytes">The approximate maximum size, in bytes, to which a log file will be allowed to grow.
5050 /// For unrestricted growth, pass null. The default is 1 GB. To avoid writing partial events, the last event within the limit
5151 /// will be written in full even if it exceeds the limit.</param>
52- /// <param name="buffered">Indicates if flushing to the output file can be buffered or not. The default
53- /// is false.</param>
52+ /// <param name="buffered">Indicates if flushing of non-fatal <see cref="LogEventLevel.Fatal"/> events to the output file
53+ /// can be buffered or not. The default is false.</param>
5454 /// <param name="shared">Allow the log file to be shared by multiple processes. The default is false.</param>
5555 /// <param name="flushToDiskInterval">If provided, a full disk flush will be performed periodically at the specified interval.</param>
5656 /// <returns>Configuration object allowing method chaining.</returns>
@@ -89,8 +89,8 @@ public static LoggerConfiguration File(
8989 /// <param name="fileSizeLimitBytes">The approximate maximum size, in bytes, to which a log file will be allowed to grow.
9090 /// For unrestricted growth, pass null. The default is 1 GB. To avoid writing partial events, the last event within the limit
9191 /// will be written in full even if it exceeds the limit.</param>
92- /// <param name="buffered">Indicates if flushing to the output file can be buffered or not. The default
93- /// is false.</param>
92+ /// <param name="buffered">Indicates if flushing of non-fatal <see cref="LogEventLevel.Fatal"/> events to the output file
93+ /// can be buffered or not. The default is false.</param>
9494 /// <param name="shared">Allow the log file to be shared by multiple processes. The default is false.</param>
9595 /// <param name="flushToDiskInterval">If provided, a full disk flush will be performed periodically at the specified interval.</param>
9696 /// <returns>Configuration object allowing method chaining.</returns>
@@ -126,8 +126,8 @@ public static LoggerConfiguration File(
126126 /// <param name="fileSizeLimitBytes">The approximate maximum size, in bytes, to which a log file will be allowed to grow.
127127 /// For unrestricted growth, pass null. The default is 1 GB. To avoid writing partial events, the last event within the limit
128128 /// will be written in full even if it exceeds the limit.</param>
129- /// <param name="buffered">Indicates if flushing to the output file can be buffered or not. The default
130- /// is false.</param>
129+ /// <param name="buffered">Indicates if flushing of non-fatal <see cref="LogEventLevel.Fatal"/> events to the output file
130+ /// can be buffered or not. The default is false.</param>
131131 /// <param name="shared">Allow the log file to be shared by multiple processes. The default is false.</param>
132132 /// <param name="flushToDiskInterval">If provided, a full disk flush will be performed periodically at the specified interval.</param>
133133 /// <param name="rollingInterval">The interval at which logging will roll over to a new file.</param>
@@ -175,8 +175,8 @@ public static LoggerConfiguration File(
175175 /// <param name="fileSizeLimitBytes">The approximate maximum size, in bytes, to which a log file will be allowed to grow.
176176 /// For unrestricted growth, pass null. The default is 1 GB. To avoid writing partial events, the last event within the limit
177177 /// will be written in full even if it exceeds the limit.</param>
178- /// <param name="buffered">Indicates if flushing to the output file can be buffered or not. The default
179- /// is false.</param>
178+ /// <param name="buffered">Indicates if flushing of non-fatal <see cref="LogEventLevel.Fatal"/> events to the output file
179+ /// can be buffered or not. The default is false.</param>
180180 /// <param name="shared">Allow the log file to be shared by multiple processes. The default is false.</param>
181181 /// <param name="flushToDiskInterval">If provided, a full disk flush will be performed periodically at the specified interval.</param>
182182 /// <param name="rollingInterval">The interval at which logging will roll over to a new file.</param>
@@ -221,8 +221,8 @@ public static LoggerConfiguration File(
221221 /// <param name="fileSizeLimitBytes">The approximate maximum size, in bytes, to which a log file will be allowed to grow.
222222 /// For unrestricted growth, pass null. The default is 1 GB. To avoid writing partial events, the last event within the limit
223223 /// will be written in full even if it exceeds the limit.</param>
224- /// <param name="buffered">Indicates if flushing to the output file can be buffered or not. The default
225- /// is false.</param>
224+ /// <param name="buffered">Indicates if flushing of non-fatal <see cref="LogEventLevel.Fatal"/> events to the output file
225+ /// can be buffered or not. The default is false.</param>
226226 /// <param name="shared">Allow the log file to be shared by multiple processes. The default is false.</param>
227227 /// <param name="flushToDiskInterval">If provided, a full disk flush will be performed periodically at the specified interval.</param>
228228 /// <param name="rollingInterval">The interval at which logging will roll over to a new file.</param>
@@ -291,8 +291,8 @@ public static LoggerConfiguration File(
291291 /// <param name="fileSizeLimitBytes">The approximate maximum size, in bytes, to which a log file will be allowed to grow.
292292 /// For unrestricted growth, pass null. The default is 1 GB. To avoid writing partial events, the last event within the limit
293293 /// will be written in full even if it exceeds the limit.</param>
294- /// <param name="buffered">Indicates if flushing to the output file can be buffered or not. The default
295- /// is false.</param>
294+ /// <param name="buffered">Indicates if flushing of non-fatal <see cref="LogEventLevel.Fatal"/> events to the output file
295+ /// can be buffered or not. The default is false.</param>
296296 /// <param name="shared">Allow the log file to be shared by multiple processes. The default is false.</param>
297297 /// <param name="flushToDiskInterval">If provided, a full disk flush will be performed periodically at the specified interval.</param>
298298 /// <param name="rollingInterval">The interval at which logging will roll over to a new file.</param>
0 commit comments