Download the PHP package vysokeskoly/logging-bundle without Composer
On this page you can find all versions of the php package vysokeskoly/logging-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vysokeskoly/logging-bundle
More information about vysokeskoly/logging-bundle
Files in vysokeskoly/logging-bundle
Package logging-bundle
Short Description Extended logging options in Symfony applications
License proprietary
Informations about the package logging-bundle
Logging Bundle
Changelog
See CHANGELOG.md
Installation
Step 1
Install using composer
Step 2
Add VysokeSkolyLoggingBundle to AppKernel to list of loaded bundles. Configure required parameters for bundle.
config.yml
Step 3
Configure monolog logging options.
config_prod.yml
Performance logging of commands
Performance logging of HTTP Requests is enabled by default, but you can also enable performance logging of your CLI commands.
You just need to make the Command you want to be performance-logged to implement PerfloggableCommandInterface
like this:
The execution time of this command will be then measured and sent to the perflog
channel with metric named
according to the name of the command.
All versions of logging-bundle with dependencies
ext-mbstring Version *
ext-sockets Version *
graylog2/gelf-php Version ^1.7
monolog/monolog Version ^3.1
symfony/console Version ^5.3 || ^6.0
symfony/dependency-injection Version ^5.3 || ^6.0
symfony/doctrine-bridge Version ^5.3 || ^6.0
symfony/framework-bundle Version ^5.3 || ^6.0
symfony/monolog-bundle Version ^3.0
symfony/security-core Version ^5.3 || ^6.0
symfony/stopwatch Version ^5.3 || ^6.0
symfony/var-dumper Version ^5.3 || ^6.0