Is it possible to redirect console output to a log file in IntelliJ like Eclipse?

前端 未结 4 1104
Happy的楠姐
Happy的楠姐 2020-12-17 07:59

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?

4条回答
  •  轮回少年
    2020-12-17 08:25

    In more recent versions of IntelliJ this is possible. Go to the "Logs" tab of a run configuration. There is a "Save console output to file option".

    I'm on IntelliJ 13.1.3 but I think this feature has been around for a while.

提交回复
热议问题