You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Logging project was put in place as a work-around for the lack of static factory methods in the official C# logging extensions. It's a kluge and we should replace it with proper DI.
Make sure it fits well with configuration extension usage that would be typical in real apps. May need to do some decent refactoring to make it happen.
The text was updated successfully, but these errors were encountered:
The
Logging
project was put in place as a work-around for the lack of static factory methods in the official C# logging extensions. It's a kluge and we should replace it with proper DI.Make sure it fits well with configuration extension usage that would be typical in real apps. May need to do some decent refactoring to make it happen.
The text was updated successfully, but these errors were encountered: