Download the PHP package beberlei/loggly-bundle without Composer
On this page you can find all versions of the php package beberlei/loggly-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download beberlei/loggly-bundle
More information about beberlei/loggly-bundle
Files in beberlei/loggly-bundle
Download beberlei/loggly-bundle
More information about beberlei/loggly-bundle
Files in beberlei/loggly-bundle
Vendor beberlei
Package loggly-bundle
Short Description Bundle for Symfony2 that extends Monolog for Loggly support
License BSD-2-Clause
Package loggly-bundle
Short Description Bundle for Symfony2 that extends Monolog for Loggly support
License BSD-2-Clause
Please rate this library. Is it a good library?
Informations about the package loggly-bundle
LogglyBundle
Bundle is not maintained anymore, but mostly works because of its simplicity.
Loggly handler for Monolog as a Symfony bundle.
The bundle is inspired from Monologgly
Installation
Deps
[WhitewashingLogglyBundle]
git=https://github.com/beberlei/WhitewashingLogglyBundle.git
target=/bundles/Whitewashing/Bundle/LogglyBundle
Kernel
$bundles = array(
//..
new Whitewashing\Bundle\LogglyBundle\WhitewashingLogglyBundle(),
);
Autoload:
$loader->registerNamespaces(array(
//..
'Whitewashing' => __DIR__.'/../vendor/bundles',
));
Configuration
Configure Monolog
monolog:
handlers:
main:
type: fingers_crossed
action_level: error
handler: loggly
loggly:
type: service
id: whitewashing_loggly.monolog_handler
Configure Loggly:
whitewashing_loggly:
# Loggly input key
key: abcdefg
# Loggly API host
host: logs.loggly.com
# Loggly API port (443 for HTTPS, 80 for HTTP)
port: 443
# Level to be logged (defaults to DEBUG)
level: DEBUG
bubble: true
All versions of loggly-bundle with dependencies
PHP Build Version
Package Version
Requires
symfony/monolog-bundle Version
*
The package beberlei/loggly-bundle contains the following files
Loading the files please wait ....