agitation / logging-bundle
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 239
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- agitation/base-bundle: ~1.0
- agitation/cron-bundle: ~1.0
- agitation/intl-bundle: ~1.0
- agitation/seed-bundle: ~1.0
- agitation/user-bundle: ~1.0
README
Agitation is an e-commerce framework, based on Symfony2, focussed on extendability through plugged-in APIs, UIs, payment modules and other components.
AgitLoggingBundle
This bundle provides a simple DB-based logger. It records log messages on the application level and is to be used by end users of the application in question.
We don’t use Monolog here on purpose: We log to the database, and our log records look different than what Monolog as a PSR-compliant logger offers.
However, severe log entries are also written to the global @logger
service,
so we can be sure they will also show up in Symfony’s log file.