Added a separate logging module

This commit is contained in:
Armin Ronacher 2010-07-05 10:37:44 +02:00
parent e5d8202038
commit 77e2fbf249
3 changed files with 46 additions and 16 deletions

View file

@ -9,6 +9,7 @@
:copyright: (c) 2010 by Armin Ronacher.
:license: BSD, see LICENSE for more details.
"""
from werkzeug import Client
from flask import _request_ctx_stack