Download the PHP package silvioq/logger-aware-service without Composer
On this page you can find all versions of the php package silvioq/logger-aware-service. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download silvioq/logger-aware-service
More information about silvioq/logger-aware-service
Files in silvioq/logger-aware-service
Download silvioq/logger-aware-service
More information about silvioq/logger-aware-service
Files in silvioq/logger-aware-service
Vendor silvioq
Package logger-aware-service
Short Description Abstract class to automatize loggin in own services
License MIT
Package logger-aware-service
Short Description Abstract class to automatize loggin in own services
License MIT
Please rate this library. Is it a good library?
Informations about the package logger-aware-service
Logger Aware Service for Symfony
This bundle injects @logger service to any service that extends Silvioq\LASBundle\LoggerAwareService
Register your bundle
Declare your service ...
... and log anything
# My/AwesomeService.php
namespace My;
use Silvioq\LASBundle\LoggerAwareService;
class AwesomeService extends LoggerAwareService
{
public function awesomeFunction()
{
// ...
$this->getLogger()->info( "Log anything");
}
}
All versions of logger-aware-service with dependencies
PHP Build Version
Package Version
Requires
psr/log Version
^1.0
symfony/dependency-injection Version ^2.8|^3.0
symfony/http-kernel Version ^2.8|^3.0
symfony/dependency-injection Version ^2.8|^3.0
symfony/http-kernel Version ^2.8|^3.0
The package silvioq/logger-aware-service contains the following files
Loading the files please wait ....