Custom logging function

zljubisic at gmail.com zljubisic at gmail.com
Mon May 25 16:26:12 EDT 2020


Hi,

I have a case in which I have to use custom function for logging.
For example, all messages should go to stderr and end with '\r\n'.

Can I somehow use standard python logging module but send all message to stderr with '\r\n' line endings?

Regards


More information about the Python-list mailing list