Download the PHP package tarnawski/log-frontend without Composer
On this page you can find all versions of the php package tarnawski/log-frontend. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package log-frontend
LogFrontend
This bundle allows to log events in your backend via endpoint.
1.Download
Open a command console, enter your project directory and execute the following command:
2.Enable the Bundle
Enable the bundle by adding it to the list of registered bundles in the app/AppKernel.php file of your project.
3.Register the Routes:
4.Configure the Bundle:
If you wont allow all host:
You can log the events by send request with body:
Available logging levels:
EMERGENCY
, ALERT
, CRITICAL
, ERROR
, WARNING
, INFO
, NOTICE
, DEBUG
Example with jQuery:
To nicely display log files you can use: LogViewerBundle
All versions of log-frontend with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
symfony/twig-bundle Version ~2.3|~3.0
symfony/framework-bundle Version ~2.3|~3.0
symfony/twig-bundle Version ~2.3|~3.0
symfony/framework-bundle Version ~2.3|~3.0
The package tarnawski/log-frontend contains the following files
Loading the files please wait ....