Skip to content

Commit

Permalink
Update src/Arcus.Observability.Telemetry.Serilog.Sinks.ApplicationIns…
Browse files Browse the repository at this point in the history
…ights/Extensions/ILoggingBuilderExtensions.cs

Co-authored-by: Frederik Gheysels <[email protected]>
  • Loading branch information
stijnmoreels and fgheysels authored Nov 11, 2022
1 parent f37c287 commit f0dca68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public static ILoggingBuilder AddSerilog(
Func<IServiceProvider, Serilog.ILogger> implementationFactory)
{
Guard.NotNull(builder, nameof(builder), "Requires a logging builder instance to add the Serilog logger provider");
Guard.NotNull(implementationFactory, nameof(implementationFactory), "Requires an implementation factory to built up the Serilog logger");
Guard.NotNull(implementationFactory, nameof(implementationFactory), "Requires an implementation factory to build up the Serilog logger");

builder.Services.AddSingleton<ILoggerProvider>(provider =>
{
Expand Down

0 comments on commit f0dca68

Please sign in to comment.