I&#39;m almost new with twisted and I&#39;m going to implement a new application that will use Perspective Broker.<br><br>I&#39;ll need logging facilities like python&#39;s logging module, in particular filtering functions and one logging server per node.<br>
I thought I could use twisted log-observers, but I saw i can&#39;t use socket into them.<br><br>So my questions are:<br>&gt; can I use python logging module into a twisted application?<br>&gt; can I use socket that I handle by my self into a twisted application?<br>
<br>Thak you in advnce for any answer.<br><br>Ciao<br>Licia.<br><br><br>