Skip to main content
Safari Web Inspector Opera Dragonfly

It provides a simple WSGI middleware that helps to log messages into JavaScript console object. For example, if you log messages like:

logger = logging.getLogger('my.logger')
logger.warning('warning message')
logger.debug('debug message')

The middleware automatically appends codes like following JavaScript:

<script>
// <![CDATA[
if (console) {
  console.warn('my.logger: warning message');
  console.debug('my.logger: debug message');
}
// ]]>
</script>

Installation

You can install it by downloading from PyPI through pip or easy_install:

$ pip install log2jsconsole

How to use

Assume that your WSGI application name is app:

from yourapp import app
from log2jsconsole import LoggingMiddleware

app = LoggingMiddleware(app)

Or you can add this as a filter of Python Paste:

[filter:log]
use = egg:log2jsconsole
auto_install = True

Changelog

Version 0.4

Released on June 7, 2013.

  • Support for Python Paste filter entry point. [#1 by Roberto De Almeida]

  • Fixed incompatibile signature (according to PEP 333) of start_response. [#1 by Roberto De Almeida]

Version 0.3

Released on November 28, 2011.

  • Fixed a bug of Content-Type detection.

Version 0.2

Released on November 28, 2011.

  • Fixed a bug of Content-Type detection.

Version 0.1

Initially released on November 26, 2011.

Release files for log2jsconsole 0.4

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for log2jsconsole 0.4
File Size Uploaded
log2jsconsole-0.4.tar.gz 3.0 kB Details

Release files / log2jsconsole-0.4.tar.gz

Download URL log2jsconsole-0.4.tar.gz
Size 3.0 kB
Tags Source
SHA-256 checksum
How to use checksums
7d5fd0114cf87bf06ecae97aebadecc98ec14f1e87165bf27ea3ae23e4904c9a
BLAKE2b-256 checksum
How to use checksums
7d840412c8ec0693ac7056c9370834820327441aa77cb42091782491ea8a8bee
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.4 This release

1 release file

0.3

1 release file

0.2

1 release file

0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page