Application logger
caution
To use this feature, please enable the PimcoreApplicationLoggerBundle
in your bundle.php
file and install it accordingly with the following command:
bin/console pimcore:bundle:install PimcoreApplicationLoggerBundle
General
The application logger bundle is a tool which developers can use to log certain events and errors within a Pimcore powered application.
How to create log entries
The application logger is a PSR-3 compatible component and available on the service container as service Pimcore\Bundle\ApplicationLoggerBundle\ApplicationLogger
and therefore it can be used the usual way.