On Tue, Jun 3, 2014 at 11:42 PM, Marko Rauhamaa <marko at pacujo.net> wrote: > Chris Angelico <rosuav at gmail.com>: >>> https://docs.python.org/3.4/library/logging.html#logging.Logger.debug >>>> What happens if that blocks? How can you make sure it won't? >> I haven't used that class. Generally, Python standard libraries are not > readily usable for nonblocking I/O. >> For myself, I have solved that particular problem my own way. Okay. How do you do basic logging? (Also - rolling your own logging facilities, instead of using what Python provides, is the simpler solution? This does not aid your case.) ChrisA