We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd8662f commit 70808dfCopy full SHA for 70808df
samples/Sample/Program.cs
@@ -4,7 +4,7 @@
4
using Serilog.Templates.Themes;
5
6
// 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
+// logger configured in `AddSerilog()` below, once configuration and dependency-injection have both been
8
// set up successfully.
9
Log.Logger = new LoggerConfiguration()
10
.WriteTo.Console()
0 commit comments