Hi, <br>i&#39;m using the package twisted.python.log to log messages. Till now, it&#39;s all ok, but with the standard logging package from python i had setup a logging system that logged normal logs to one file, error logs to a separete files, and some special operations to one other file. Every logging instance was an instance of the RotatingFileHandler logging class.<br>
I saw that there is a rotating file handler like class in twisted, but how can i achieve the same behaviour above? (Three different logging instances to three different rotating files?)<br>Thanks in advance <br>Fabrizio<br>