Nicholas Blumhardt

Results 929 comments of Nicholas Blumhardt

One of the things we explored with [emit](https://github.com/emit-rs/emit) was keeping very close to the API of the `log` crate - just adding a little bit of structured-logging-sauce on top :-)...

Hi Micha- thanks for the note. It seems like this would be a worthwhile addition, but there's no work in progress on it currently.

Hi @SixtoSaez - thanks for jumping in. https://docs.microsoft.com/en-us/aspnet/core/fundamentals/change-tokens?view=aspnetcore-3.1 is what the OP is referring to. Shimming it in here will require some kind of sink wrapper that's capable of switching...

The section you're showing is MEL's configuration section; Serilog has its own (under "Serilog"), there's no way to get Serilog to use MEL's (it's a different logging framework). Hope this...

Thanks for your reply @rodion-m. Unfortunately the systems aren't equivalent; the "Logging" section isn't generic - it's specific to the implementation-side of Microsoft.Extensions.Logging. Serilog only implements the MEL abstractions, and...

Hi Farid! No, not anything planned currently that I know of. Best regards, Nick

I had a quick look and can't spot a way to achieve this currently. Whipping up your own `IConfiguration` implementation that wraps the one you're holding could be a quick...

@krafs thanks for the reply. Perhaps you're right - it could just be historical accident at this point. If you're interested in investigating further and putting a PR together, it...

Thanks for the note @skomis-mm! I think where this gets confusing is that `IConfigurationSection` implements `IConfiguration` anyway, so the API we have here doesn't really enforce the kind of usage...