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