I use log4cxx for my c++ project and I use properties for log config,here is my situation I wanna log my project with daily log file such as
log4j.appender.fa.File=./Client{Data}.log
Is there any way to reach that?
You can use daily rolling file appender. Check this url. I hope it would be helpful for you.