Is possible to append log4j output to an existing file? For example, defining a FileAppender log file, can we specify a log file that is already in use by other process for its logging, so the log4j output is appended to it.
This query is particular to Windows Server 2008.
Thanks Noman A.
You can define new log4j appender and specify the log file with action as "Append"