Hello sir: When server is started ,the log files print the output statement..how can i print the log files in my own file?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Configure a log4j properties file with file appender. Something like this -
|
|||||
|
|
You can try using a properties file
In this example, I configured a properties file to log error messages to my own file, |
||||
|
|