On Jan 15, 2007, at 9:59 AM, Jeff Lynn wrote:
Hi,
I had been using the following configuration and the C++ code on
many machines as suggested by the Log4C++ Short Introduction.
However, I just encountered the following error one a new windows
server this morning:
File option not set for appender [R].
Are you using FileAppender instead of ConsoleAppender?
Any suggestion? The funny thing is I do not get this error on all
the other servers.
Thanks for help!
Jml
Your configuration file has:
log4j.appender.R.Filec=C:/cervusfiles/log/RatechcnageException.log
Using "Filec" not "File". Does the problem go away if you change it
to "File"?