Closed
Description
Is your feature request related to a problem? Please describe.
Users would like to use a customized logger.
Describe the solution you'd like
Add the ability to pass a logger instance, defaulted to None into the object creation of the following classes:
- AppConfigStore
- FeatureFlags
- SchemaValidator
- FeaturesValidator
- RulesValidator
- ConditionsValidator
The init method would create a logger instance if None was passed in.
Describe alternatives you've considered
Additional context