erikmf12

Results 3 issues of erikmf12

I am wondering what the design choices are for the `LogEventQueue`. There are better options than rolling your own these days, mainly the `Channel` class with `ChannelReader` and `ChannelWriter`. This...

refactor

I am monitoring multiple mailboxes for a custom app that's running 24/7. It subscribes to multiple accounts (5-10 right now) and is using `StreamingSubscriptionConnection`s to receive notifications. Each account is...

When using a hostsettings.json file to set the environment, only the built-in source context logs come through with the correct environment. Any custom code that calls an ILogger log method...