开发者

Extra parameters for startLogging (Twisted)?

开发者 https://www.devze.com 2023-02-10 03:18 出处:网络
In Twisted docs, startLogging API supports *a and **kw e开发者_如何学Pythonxtra arguments. What can I use these for?There\'s just one more parameter you can pass, setStdout.See the documentation for s

In Twisted docs, startLogging API supports *a and **kw e开发者_如何学Pythonxtra arguments. What can I use these for?


There's just one more parameter you can pass, setStdout. See the documentation for startLoggingWithObserver for details about what it does.


I'm not sure they are used at all. See Samples and documentation where they are not used nor mentioned. Also, after reviewing the source code, it doesn't seem to use them.

0

精彩评论

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