I have this swing client client server application.
I want to simulate the effect of " Ctrl + Shift + f1 " and write to the log4j log file for specific frames that I load for debugging purposes. Is there any rotation method that I call to enable this option? How to do it?
Or is there a better way to find out the layout while it is being loaded and written to the log file?
Thank.
source
share