intelligentplant / AppStoreConnect.Adapters

Allows Intelligent Plant App Store Connect to query 3rd party systems
https://appstore.intelligentplant.com
MIT License
0 stars 0 forks source link

Cache and re-use ScopedLogger instances #378

Closed wazzamatazz closed 5 months ago

wazzamatazz commented 5 months ago

This PR caches ScopedLogger instances created by ScopedLoggerFactory by category name and re-uses an existing instance when ILoggerFactory.CreateLogger is called.