Package pyjamas :: Package logging :: Module handlers
[hide private]
[frames] | no frames]

Module handlers

source code

Logging handlers for Pyjamas logging based on CPython's logging handlers.


Author: Peter Bittner <peter.bittner@gmx.net>

Classes [hide private]
  AlertHandler
A log output handler displaying any log message using an alert popup.
  AppendHandler
A log output handler showing text in a <div> appended to the end of the HTML document.
  ConsoleHandler
A log output handler making use of Firebug's console.log() function.
  NullHandler
A log output handler that does nothing.