Re: dynamically config the appender mail

2010-05-19 Thread PriyaPrakash
Hi, Thanks for ur reply, now its works fine for me, Then i have another doubt in the LoggerAppenderMail, if it possible to send a mail to more than one receiver using log4php. if i use the php mail function its possible to send more than one receiver in PHP. Pls help me, -- View this message

dynamically config the appender mail

2010-05-18 Thread PriyaPrakash
Hi, Now i am trying to append the LoggerAppenderMail(),when i execute the code it process successfully without any error but the mail is not received by the receiver,the code is, $this->appenderMail = new LoggerAppenderMail(); $this->layourMail

Re: Add appender programmatically

2010-05-11 Thread PriyaPrakash
Hi, Now i am trying to append the LoggerAppenderMail(),when i execute the code it process successfully without any error but the mail is not received by the receiver,the code is, $this->appenderMail = new LoggerAppenderMail(); $this->layourMail

Re: Add appender programmatically

2010-05-08 Thread PriyaPrakash
Hi, :working::working: Ya i know the standard level of log4php,but when we use the threshold it store the level based on priority(ie) if we set threshold like $appender->setThreshold("WARN"); means it store the WARN levels and also to store their lower priority level (INFO,DEBUG). why w

Re: Add appender programmatically

2010-05-07 Thread PriyaPrakash
Hi, Thanks for ur quick reply , i use that code now it write the log level in the log file, then i need how to filter the level for store the log level in different log file name (i.e) For example ; To store the INFO level in separate log file name(it contain only the INFO level message) To st

Re: Add appender programmatically

2010-05-07 Thread PriyaPrakash
Hi, I am currently working in the latest version of log4php2.0,use ur code, its work perfectly to add appender programmatically but the log level messages are not displayed in the log file,give ur ideas. -- View this message in context: http://old.nabble.com/Add-appender-programmatically-tp