My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

Brought to you by TornTech

TornLog

a simple but highly customizable MooTools Class that brings a UI to logging.
Unlike other javascript logging classes out there, it provides base functionality without the UI, and utilizes the MooTools.More.Log class to display messages to the browsers console. So you won't need to write extra lines for both.
It provides several events that allow you to monitor just how your application is running, such as Pre-Fire, and CallBack.
Which will allow you to fire a function before sending a log message, monitoring the time it takes to complete, as well as fire a function after a log message is sent.

Please see the gitHub for syntax and examples.

Features:

  • Optional UI based logging.
  • Optional Console based logging.
  • Provides callback and pre-fire events to logs
  • Easy to implement, use, and customize
  • CSS 2/3 Style-sheet compatible
  • Includes many events based around the class other than callback and pre-fire
  • Catches logs while disabled, and relays them back in the same order when re-enabled
  • Compatible and tested in IE 8, FireFox 3.x, Google Chrome 4+

Powered by Google Project Hosting