Files
deb-python-eventlet/eventlet
Sean Dague f2aaa0dda9 wsgi: Provide python logging compatibility
Provide a compatibility layer in eventlet.wsgi that allows you
to hand a python logger as the log parameter instead of a
filehandle.

If an object that looks like a python logger is passed, we use
it as expected. If not, we assume this is a fileobject that
implements the write() call, and wrap it in a compatiblity layer
that lets us user log() and debug() calls on it, including
optional *args.

https://github.com/eventlet/eventlet/pull/75
2015-03-31 01:12:35 +03:00
..
2014-12-30 03:07:26 +03:00
2015-02-25 05:23:08 +03:00
2015-02-25 06:25:18 +03:00
2014-11-11 23:37:09 +00:00
2014-08-27 10:21:55 +04:00
2014-10-10 08:53:11 +01:00
2014-08-27 10:21:55 +04:00
2014-11-11 23:37:09 +00:00
2014-08-27 10:21:55 +04:00
2014-11-11 23:37:09 +00:00