File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Serilog.Sinks.MSSqlServer Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public static class LoggerConfigurationMSSqlServerExtensions
38
38
/// <param name="loggerConfiguration">The logger configuration.</param>
39
39
/// <param name="connectionString">The connection string to the database where to store the events.</param>
40
40
/// <param name="tableName">Name of the table to store the events in.</param>
41
- /// <param name="schemaName">Name of the schema for the table to store the data in.</param>
41
+ /// <param name="schemaName">Name of the schema for the table to store the data in. The default is 'dbo'. </param>
42
42
/// <param name="restrictedToMinimumLevel">The minimum log event level required in order to write an event to the sink.</param>
43
43
/// <param name="batchPostingLimit">The maximum number of events to post in a single batch.</param>
44
44
/// <param name="period">The time to wait between checking for event batches.</param>
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ public class MSSqlServerSink : PeriodicBatchingSink
61
61
/// </summary>
62
62
/// <param name="connectionString">Connection string to access the database.</param>
63
63
/// <param name="tableName">Name of the table to store the data in.</param>
64
- /// <param name="schemaName">Name of the schema for the table to store the data in.</param>
64
+ /// <param name="schemaName">Name of the schema for the table to store the data in. The default is 'dbo'. </param>
65
65
/// <param name="batchPostingLimit">The maximum number of events to post in a single batch.</param>
66
66
/// <param name="period">The time to wait between checking for event batches.</param>
67
67
/// <param name="formatProvider">Supplies culture-specific formatting information, or null.</param>
You can’t perform that action at this time.
0 commit comments