How can we redirect a Java program console output to multiple files?

后端 未结 5 416
忘掉有多难
忘掉有多难 2020-11-28 20:36

How can we redirect the eclipse console output to a file? I can:

  1. Run Configuration->Commons->Select a file.
  2. Use
5条回答
  •  借酒劲吻你
    2020-11-28 20:59

    To solve the problem I use ${string_prompt} variable. It shows a input dialog when application runs. I can set the date/time manually at that dialog.

    1. Move cursor at the end of file path.

    2. Click variables and select string_prompt

    3. Select Apply and Run

提交回复
热议问题