agitation/logging-bundle

Installs: 239

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

1.6.1 2018-03-31 20:21 UTC

This package is not auto-updated.

Last update: 2022-07-23 07:53:56 UTC


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.