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
1414
1515 public static void Main ( )
1616 {
17- // Legacy interace - do not use this anymore
17+ // Legacy interface - do not use this anymore
1818 //Log.Logger = new LoggerConfiguration().WriteTo
1919 // .MSSqlServer(
2020 // connectionString: _connectionString,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public static void Main()
2323 var columnOptionsSection = configuration . GetSection ( "Serilog:ColumnOptions" ) ;
2424 var sinkOptionsSection = configuration . GetSection ( "Serilog:SinkOptions" ) ;
2525
26- // Legacy interace - do not use this anymore
26+ // Legacy interface - do not use this anymore
2727 //Log.Logger = new LoggerConfiguration()
2828 // .WriteTo.MSSqlServer(
2929 // connectionString: _connectionStringName,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public static void Main()
1919 var customFormatter = new FlatLogEventFormatter ( ) ;
2020 var levelSwitch = new LoggingLevelSwitch ( ) ;
2121
22- // Legacy interace - do not use this anymore
22+ // Legacy interface - do not use this anymore
2323 //Log.Logger = new LoggerConfiguration()
2424 // .WriteTo.MSSqlServer(_connectionString,
2525 // _tableName,
You can’t perform that action at this time.
0 commit comments