File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -14,21 +14,6 @@ public static class Program
1414
1515 public static void Main ( )
1616 {
17- // Legacy interface - do not use this anymore
18- //Log.Logger = new LoggerConfiguration().WriteTo
19- // .MSSqlServer(
20- // connectionString: _connectionString,
21- // tableName: _tableName,
22- // restrictedToMinimumLevel: LogEventLevel.Debug,
23- // batchPostingLimit: MSSqlServerSink.DefaultBatchPostingLimit,
24- // period: null,
25- // formatProvider: null,
26- // autoCreateSqlTable: true,
27- // columnOptions: null,
28- // schemaName: _schemaName,
29- // logEventFormatter: null)
30- // .CreateLogger();
31-
3217 // New MSSqlServerSinkOptions based interface
3318 Log . Logger = new LoggerConfiguration ( ) . WriteTo
3419 . MSSqlServer (
You can’t perform that action at this time.
0 commit comments