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

Remove non-private ILoggers from base types #396

Open wazzamatazz opened 3 months ago

wazzamatazz commented 3 months ago

Types such as SubscriptionManager still expose non-private ILogger instances.

ILogger instances should be private to the owning class to reduce the possibility that multiple log messages can use the same logger and event ID.