Coder Social home page Coder Social logo

lagger's Introduction

Lagger - Lightweight and flexible errors/exceptions/debugs handler for PHP

Features:
Lightweight and flexible errors/exceptions/debugs handler for PHP

There are 3 event handlers classes:

  * Lagger_Handler_Errors - to handle PHP-system errors (including FATAL)
  * Lagger_Handler_Exceptions - to handle exceptions
  * Lagger_Handler_Debug - to handle custom debug messages

There are 7 classes of actions that can be maked on handling some event:

  * Lagger_Action_Print - send messages to STDOUT
  * Lagger_Action_Email - send Email
  * Lagger_Action_Sms - send SMS
  * Lagger_Action_FileLog - write to log-file
  * Lagger_Action_Exception - throw Exception
  * Lagger_Action_ChromeConsole - send messages to Google Chrome extension PHP Console http://goo.gl/b10YF
  * Lagger_Action_WinSpeak - speak message (just for fun, work on Windows servers)

And some other important features:

  * Ignoring handling of repeated(same) events (by Lagger_Skiper)
  * Using templates to define actions messages
  * Defining tags for events and configuring handlers actions to catch events of specific tags
  * Reconfiguring handlers dynamicaly by specific GET request (using Lagger_Tagger)
  * Handling internal errors
  * Just 20kb of 100% OOP source code

Project site:
http://code.google.com/p/lagger
https://github.com/barbushin/lagger

SVN:
http://lagger.googlecode.com/svn/trunk

GIT:
https://github.com/barbushin/lagger.git

Recommended:
 * Google Chrome extension PHP Console - http://goo.gl/b10YF
 * Google Chrome extension JavaScript Errors Notifier - http://goo.gl/kNix9

lagger's People

Contributors

barbushin avatar

Watchers

Mike Baumgart avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.