Error Log

Jørgen Hansen jorgenhansen at hotmail.com
Fri May 10 14:49:00 EDT 2002


"Billy Ng" <kwokng at earthlink.net> wrote in message news:<GGQC8.569$Nt3.62535 at newsread2.prod.itd.earthlink.net>...
> I need to write a error log module that append the error line into a log
> file every time an exception is thrown.  Would anybody please give me input
> for how to do it in pytohn, thanks!
> 
> Billy Ng

Vinay Sajip has made a logging module:
http://www.red-dove.com/python_logging.html which you could look into.
I have made a very basic version of it, which I could email with some
examples if you want to.

Regards
Jorgen



More information about the Python-list mailing list