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
14
14
15
15
public static void Main ( )
16
16
{
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
-
32
17
// New MSSqlServerSinkOptions based interface
33
18
Log . Logger = new LoggerConfiguration ( ) . WriteTo
34
19
. MSSqlServer (
You can’t perform that action at this time.
0 commit comments