dmp/loggable-bundle

Bundle for support of Loggable AOP annotation

Installs: 272

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

0.1.0 2022-10-03 11:10 UTC

This package is auto-updated.

Last update: 2024-04-30 00:33:59 UTC


README

Adding this bundle enables support of @Loggable advice and pointcut.

The pointcut checks the existence of annotation @Loggable.

Join point executions will be logged including exceptions.

Usage

composer require dmp/loggable-bundle

TODO

  • add integration test