tomdw/java-modules-context-boot

Replace system out logging with logging framework

tomdw opened this issue · 0 comments

tomdw commented

instead of using System.out.print a logging framework should be used

which is jpms ready? commons-logging? jdk logging? log4j?