posted 16 years ago
Hi!
I have already made a log4j configuration, and added the set the log4j in debug mode here is the output from the console when I run the application.
lo.html is "my log file" and my_PM.html is "API log file" which I don't mind if it's created or not but it's steeling my log entries.
The problem is that the API I'm forced to use is creating a new log4j appender and all logs are after that handled by that appender.
The API don't have a log4j.properties or log4j.XML files. I guess it's compiled into the code.
I have realized that the new Appender from the API is called A, then I tried to remove that appender
But it stills uses the A appender. I can't access the A appender from the API it's automatically used by the API.
Any good suggestions?
//
Markus