log
StreamToLogger
Bases: object
Fake file-like stream object that redirects writes to a logger instance. https://stackoverflow.com/questions/19425736/how-to-redirect-stdout-and-stderr-to-logger-in-python
Source code in pyhdx/web/log.py
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 |
|