jall/aop-monolog-bundle

A symfony bundle to allow simple AOP logging with the Monolog library

v1.1.0 2017-03-01 12:23 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:57:33 UTC


README

Latest Stable Version Total Downloads License Build Status SensioLabsInsight

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.