Hi,
i'm using the package twisted.python.log to log messages. Till now, it'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.
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?)
Thanks in advance
Fabrizio
_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to