[Python-Dev] Questions about python2.3 logging facility (original) (raw)
Samir Patel mepython@yahoo.com
Thu, 3 Jul 2003 10:01:28 -0700 (PDT)
- Previous message: [Python-Dev] [fwd] SourceForge status
- Next message: [Python-Dev] enhance your cable viewing dramatically
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
First of all, hats of on logging module in python 2.3. Very elegant...
I have 2 questions regarding Handler class in logging:
SocketHandler: Can I send plain string instead of pickle binary. This will allow me to send a TCP log message to program written in other programming lang.
SMTPHandler: Is there any way to send an email where server requires authentication through logconfig.ini file. I send an email message to myself through logging and SMTPHandler and it works perfect, but if I want to send an email to external email address, I can't do it because replying is not allow. I can do it this in a python program by using ehlo and docmd of smtplib object, but how can I do same thing in loggers' config.ini file.
Thanks in advance
Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com
- Previous message: [Python-Dev] [fwd] SourceForge status
- Next message: [Python-Dev] enhance your cable viewing dramatically
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]