Quantcast
Channel: User Ciprian Tarta - Stack Overflow
Viewing all articles
Browse latest Browse all 31

Answer by Ciprian Tarta for Is python`s SysLogHandler nonBlocking?

$
0
0

The python documentation on logging is the main point where you should start.

SysLogHandler is a subclass of Handler(There are many more. See the docs).

This is the relevant part that you are looking for I think.

I went a bit further and checked the actual implementation of Handler.You can see that it usesthreading.RLock().


Viewing all articles
Browse latest Browse all 31

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>