Skip to content

Commit 70808df

Browse files
authored
Fix comment in sample code [skip ci]
1 parent cd8662f commit 70808df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/Sample/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using Serilog.Templates.Themes;
55

66
// The initial "bootstrap" logger is able to log errors during start-up. It's completely replaced by the
7-
// logger configured in `UseSerilog()` below, once configuration and dependency-injection have both been
7+
// logger configured in `AddSerilog()` below, once configuration and dependency-injection have both been
88
// set up successfully.
99
Log.Logger = new LoggerConfiguration()
1010
.WriteTo.Console()

0 commit comments

Comments
 (0)