Download the PHP package anroots/kohana-loggly without Composer
On this page you can find all versions of the php package anroots/kohana-loggly. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download anroots/kohana-loggly
More information about anroots/kohana-loggly
Files in anroots/kohana-loggly
Download anroots/kohana-loggly
More information about anroots/kohana-loggly
Files in anroots/kohana-loggly
Vendor anroots
Package kohana-loggly
Short Description A Kohana log writer for Loggly.com
License MIT
Homepage https://github.com/anroots/kohana-loggly
Package kohana-loggly
Short Description A Kohana log writer for Loggly.com
License MIT
Homepage https://github.com/anroots/kohana-loggly
Please rate this library. Is it a good library?
Informations about the package kohana-loggly
Kohana 3.3 log writer for Loggly.com
Write Kohana logs to a Loggly.com input. You need an account at loggly.com for this to work. The basic account is free, with quota limits.
Installation
As a Git submodule:
As a Composer dependency
Activate the module in bootstrap.php
.
Create a new Loggly input
Create a new input via the loggly.com control panel. The input should be a JSON-enable HTTPS input. The module sends logs to Loggly JSON-encoded; that means you can do some really cool stuff with that data.
Add the log writer after module activation
You can use the $levels
and $min_level
params of $log->attach
to set restraints on when to log to Loggly:
Log some data in your code
Results appear in the Loggly console
Licence
All versions of kohana-loggly with dependencies
PHP Build Version
Package Version
The package anroots/kohana-loggly contains the following files
Loading the files please wait ....