JallAopMonologBundle
A Symfony bundle to provide some very simple AOP logging functionality by building on top of the GoAopBundle and MonologBundle.
It allows tagging public and protected methods in any class with annotations that write a log (via Monolog) every time the method is called.
Installation
See the installation documentation.
Usage
See the usage documentation.
Testing
./vendor/bin/phpunit
Further reading
More information on Go AOP! and Aspect Oriented Programming (AOP) in general can be found on Go! AOP's website.
The Symfony cookbook has many useful articles on configuring Monolog.
License
This bundle is under the MIT license.