zurborg/cake-log-engine-radis

Radis Logging Engine for CakePHP

1.1.2 2016-10-31 15:23 UTC

This package is auto-updated.

Last update: 2024-03-09 22:53:33 UTC


README

Radis is a graylog radio using a Redis DB.

use \Cake\Log\Log;

Log::config('default', [
    'engine' => 'Radis',
    'server' => 'foo:123',
    'queue' => 'test',
]);

Log::info('foobar');

Documentation

Please go to the API Index.