How can i configure log4cxx that it will write the logs in a specific directory?
The tutorial site which i have used is from here, i want to use daily rolling logs.
After spending some time googling I have tried adding the following line but it seems not to work, now i would appreciate some help.
<param name ="directory" value = "/var/log/myapp/"/>