FeastFramework / framework

FEAST Framework
https://docs.feast-framework.com
Apache License 2.0
70 stars 3 forks source link

Update Database to require the logger interface, and bubble up through all usages #27

Closed jpresutti closed 1 year ago

jpresutti commented 2 years ago

Next release will have this as optional at the Database class level, and will otherwise use the container. BC break in v3.0.0 will require the LoggerInterface and pass through to all other Database related classes via Dependency Injection.