开发者

Is python logger thread-safe or not?

开发者 https://www.devze.com 2023-01-22 08:25 出处:网络
Is python logger thread开发者_如何学编程-safe or not? I use python 2.6.Yes, it is thread-safe, but there are some cautions in the documentation that you need to be aware of. Search for \"thread\" in t

Is python logger thread开发者_如何学编程-safe or not? I use python 2.6.


Yes, it is thread-safe, but there are some cautions in the documentation that you need to be aware of. Search for "thread" in this page.


Yes it is.


Seems to be:

http://chrisrbennett.com/2008/04/python-logger-config-thread-safety.html

Not sure he's talking about 2.6 though.

0

精彩评论

暂无评论...
验证码 换一张
取 消