Skip to content

Conversation

nblumhardt
Copy link
Member

/// </summary>
#if LOGGING_BUILDER
[ProviderAlias("Serilog")]
#endif
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to help navigate this huge changeset, here's the first functional change...

if (builder == null) throw new ArgumentNullException(nameof(builder));

builder.AddProvider(new SerilogLoggerProvider(logger, dispose));
builder.AddFilter<SerilogLoggerProvider>(null, LogLevel.Trace);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...and here's the second.

@merbla merbla merged commit 3f639e3 into master Aug 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants