i am using log4php for my logging in my development.
is it possible to use 2 appenders on a single logfile?
i wanted to have a daily logfile, thus wanted to use LoggerAppenderDailyfile
that have properties also of rolling, thus needs the LoggerAppenderRollingFile.
or if there is a way to configure the LoggerAppenderRollingFile to generate new
log files everyday and can set the date(and format) as the filename , that would really be
helpful.
do you guys have any idea?
thanks a lot,
tinks