fswdnr 发表于 2017-1-28 15:19:45

tomcat控制台日志

call "%EXECUTABLE%" start %CMD_LINE_ARGS% >> E:\test\log\"%date:~5,10%.log"



PrintStream stream = new PrintStream("E:/test/log/0830.log");
System.setOut(stream);
给力
页: [1]
查看完整版本: tomcat控制台日志