20 Sep
2005
20 Sep
'05
6:37 a.m.
--On 19. September 2005 19:19:38 +0100 Nuno <rekconk@gmail.com> wrote:
Hi!
How can I create a new log file, e.g. "mylog.log", this is to log specific jobs in a different log file of "event.log".
I think you can not reuse the zLOG API of Zope for custom logfiles. You need to implement your own logging based on the Python 'logging' module. Check the Python documentation for information for details. -aj