You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I added logging to Jackalope, I was also pondering how to approach this. One solution could of course have been to simply make logging part of PHPCR. In the end I decided on just adding logging to Jackalope's transport layer. A generic logging wrapper would be awesome of course but seemed even more ambitious. If one is created it should be a standalone project though.
It would be useful to be able to see what operations have been scheduled, for example before calling
session:save
.One way to accomplish this would be to wrap the Phpcr session and wrap the implementations
NodeInterface
classes and add logging capabilities to them.We could then add a command such as:
etc.
The text was updated successfully, but these errors were encountered: