Picaso,

the method SMTPAppender::sendBuffer() need to be completely rewrited using the 
CDO APIs !
Did you work on it ?
Could you send your code to the mailing list ?

Micha�l

Picaso wrote:
I tried to compile SMTPAppender using CDO. It compiles fine however it
dosen't send email!!!!!
After debugging I found out that the following condition //////////
if(evaluator->isTriggeringEvent(event))
{
sendBuffer();
}
//////////
in method
/////
void SMTPAppender::append(const spi::LoggingEventPtr& event)
////
never gets satisfied and hence sendBuffer method which contains the code to
send email, is never called.
I will appreciate if someone can throw some light on this.




-- Micha�l CATANZARITI log4cxx project manager

        log4cxx user mailing list:
        [EMAIL PROTECTED]

        log4cxx developer mailing list:
        mailto:[EMAIL PROTECTED]

Reply via email to