cakephp-monolog
cakephp-monolog copied to clipboard
CakePHP wrapper for monolog
Results
2
cakephp-monolog issues
Sort by
recently updated
recently updated
newest added
Hi, using the specifics of the installation tutorial, CakePHP 2.10.x won't recognize the plugin? Code used: ``` CakePlugin::load('Monolog'); CakeLog::config('debug', array( 'engine' => 'Monolog.Monolog', 'channel' => 'app', 'handlers' => array( 'Stream'...
Monolog needs to be updated in order to use more recent handlers.