vojtasvoboda / oc-errorlogger-plugin

ErrorLogger plugin for October CMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error Logger plugin for OctoberCMS

Codacy Scrutinizer Coverage License

Immediately sends an error from your OctoberCMS application to email, HipChat, Mandrill, NewRelic, Slack, Syslog, and more! Tested with the latest stable OctoberCMS build 349.

  • no plugin dependencies
  • easy setup, just fill your e-mail or API key
  • define logging level for each service separately (send warnings to Syslog and critical errors directly to your email)
  • know about all errors before your client/customer

Installation

  1. Install plugin VojtaSvoboda.ErrorLogger
  2. Set your services at Backend > Settings > System > Error logger
  3. Save and sleep with a clear mind!

Services

Available: Mailer handler, Slack handler, Syslog handler and New Relic handler.

Waiting for implementation: CouchDB, Cube, ElasticSearch, FirePHP, Flowdock, HipChat, IFTTT, Mandrill, MongoDB, Redis and more.

!! Important notice !! Mailer handler uses plain PHP mail() function, not Laravel Mail::send() function! So any backend mailing settings doesn't make any impact.

Feel free to send pullrequest!

Contributing

Please send Pull Request to master branch.

License

Error logger plugin is open-sourced software licensed under the MIT license same as OctoberCMS platform.

About

ErrorLogger plugin for October CMS

License:MIT License


Languages

Language:PHP 100.0%