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
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
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
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
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
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