Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.0.1 Release #105

Merged
merged 20 commits into from
Aug 28, 2017
Merged

2.0.1 Release #105

merged 20 commits into from
Aug 28, 2017

Conversation

nblumhardt
Copy link
Member

@@ -20,6 +20,9 @@ namespace Serilog.Extensions.Logging
/// <summary>
/// An <see cref="ILoggerProvider"/> that pipes events through Serilog.
/// </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...

@@ -23,8 +39,11 @@ public static ILoggingBuilder AddSerilog(this ILoggingBuilder builder, ILogger l
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