A legacy application has 3000+ calls to System.out.
Using Intellij's refactoring tools, how can I (easily) replace calls to "System.out" with a calls to log4j/java.util.logging/etc?
I've poked around the refactoring menu but didn't see any options.
Note: I know i can use 'source code find/replace' , but was curious if the refactoring tools handled this type of usecase
thanks