At the moment there is no logging (with Loggable) in the different modules under pyzeta.framework.aop. This is due to circular imports from the ContainerProvider. But the latter actually only needs to know about interfaces of aspects. Logging should therefore be added back in and the dependencies should be decoupled by introducing a facade for aspects.
At the moment there is no logging (with
Loggable) in the different modules underpyzeta.framework.aop. This is due to circular imports from theContainerProvider. But the latter actually only needs to know about interfaces of aspects. Logging should therefore be added back in and the dependencies should be decoupled by introducing a facade for aspects.