|
1 |
| -// Copyright 2013-2016 Serilog Contributors |
| 1 | +// Copyright 2013-2017 Serilog Contributors |
2 | 2 | //
|
3 | 3 | // Licensed under the Apache License, Version 2.0 (the "License");
|
4 | 4 | // you may not use this file except in compliance with the License.
|
@@ -136,7 +136,7 @@ public static LoggerConfiguration File(
|
136 | 136 | /// <param name="flushToDiskInterval">If provided, a full disk flush will be performed periodically at the specified interval.</param>
|
137 | 137 | /// <param name="rollingInterval">The interval at which logging will roll over to a new file.</param>
|
138 | 138 | /// <param name="rollOnFileSizeLimit">If <code>true</code>, a new file will be created when the file size limit is reached. Filenames
|
139 |
| - /// will have a number appended in the format <code>_NNNNN</code>, with the first filename given no number.</param> |
| 139 | + /// will have a number appended in the format <code>_NNN</code>, with the first filename given no number.</param> |
140 | 140 | /// <param name="retainedFileCountLimit">The maximum number of log files that will be retained,
|
141 | 141 | /// including the current log file. For unlimited retention, pass null. The default is 31.</param>
|
142 | 142 | /// <param name="encoding">Character encoding used to write the text file. The default is UTF-8 without BOM.</param>
|
@@ -191,7 +191,7 @@ public static LoggerConfiguration File(
|
191 | 191 | /// <param name="flushToDiskInterval">If provided, a full disk flush will be performed periodically at the specified interval.</param>
|
192 | 192 | /// <param name="rollingInterval">The interval at which logging will roll over to a new file.</param>
|
193 | 193 | /// <param name="rollOnFileSizeLimit">If <code>true</code>, a new file will be created when the file size limit is reached. Filenames
|
194 |
| - /// will have a number appended in the format <code>_NNNNN</code>, with the first filename given no number.</param> |
| 194 | + /// will have a number appended in the format <code>_NNN</code>, with the first filename given no number.</param> |
195 | 195 | /// <param name="retainedFileCountLimit">The maximum number of log files that will be retained,
|
196 | 196 | /// including the current log file. For unlimited retention, pass null. The default is 31.</param>
|
197 | 197 | /// <param name="encoding">Character encoding used to write the text file. The default is UTF-8 without BOM.</param>
|
|
0 commit comments