File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
CustomLogEventFormatterDemo Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public static class Program
14
14
15
15
public static void Main ( )
16
16
{
17
- // Legacy interace - do not use this anymore
17
+ // Legacy interface - do not use this anymore
18
18
//Log.Logger = new LoggerConfiguration().WriteTo
19
19
// .MSSqlServer(
20
20
// connectionString: _connectionString,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public static void Main()
23
23
var columnOptionsSection = configuration . GetSection ( "Serilog:ColumnOptions" ) ;
24
24
var sinkOptionsSection = configuration . GetSection ( "Serilog:SinkOptions" ) ;
25
25
26
- // Legacy interace - do not use this anymore
26
+ // Legacy interface - do not use this anymore
27
27
//Log.Logger = new LoggerConfiguration()
28
28
// .WriteTo.MSSqlServer(
29
29
// connectionString: _connectionStringName,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public static void Main()
19
19
var customFormatter = new FlatLogEventFormatter ( ) ;
20
20
var levelSwitch = new LoggingLevelSwitch ( ) ;
21
21
22
- // Legacy interace - do not use this anymore
22
+ // Legacy interface - do not use this anymore
23
23
//Log.Logger = new LoggerConfiguration()
24
24
// .WriteTo.MSSqlServer(_connectionString,
25
25
// _tableName,
You can’t perform that action at this time.
0 commit comments