getLogger ("HelloWorld"); public static void main(String[] args) { logger.info("Hello, World!"); } }. 调用logger.info()的输出将根据所使用的配置而有很大不同。
確定! 回上一頁