Hi again,
I have done all the logging in my program.. but what i can see in the log file... that it has printed only first 2 statements... and rest of the statement were not printed in to the log files...
plus there has not been logged any error... i have done all the exception handling...
the only possibility i can see is that, there might be an internal error in log4j.
I have checked the log4j api, which says…
You can enable log4j internal logging by defining the log4j.configDebug variable.
I have enabled log4j loggin… but all the log statements are getting printed on console only… what I am trying is to print log4j internal logging statement in a separate file…
How do I do that ???
Below is my log4j.properties file.
Can anybody help me out with this issue…