In Eclipse it's possible to redirect console output to a log file using the method outlined here.
Is there a similar feature in IntelliJ IDEA?
UPDATE: this feature is available in IDEA 11.
Not possible in IDEA at the moment, I've submitted a new feature request. Feel free to vote.
A workaround could be implemented using wrapper class with main() method which will redirect stdout and stderr to files and then run the main class of your application.
2.1m questions
2.1m answers
60 comments
57.0k users