AloisSeckar/demos-java

Save output from demos into a log file

開放

#272 建立於 2025年10月22日

 (0 則留言) (0 個反應) (0 位負責人)Java (34 個分叉)auto 404
RFCadvancedhacktoberfest

倉庫指標

星標
 (25 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

This is one of the ideas for future development I have. No final assignment yet, just a subject to talk about it and possibly bring some good ideas together. I am looking forward to hear your feedback or thoughts.


Right now, when the demos are executed, they print something to the standard output of the terminal where the Java app runs. The output is flooded with text as the number of JEPs is growing.

Would be good to have some text file (by default in /tmp, later it might be a configurable path of user's preference) where we would copy the output, so it is stored for the user for future reference.

貢獻者指南