• R/O
  • SSH

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

ログ出力先に全レベルのログを出力して、設定ファイルが期待通りかを確認するツール


Commit MetaInfo

修訂36ee38be0592e0ddff8f690830a267de122465dc (tree)
時間2022-06-11 17:38:10
作者kemono7h
Commiterkemono7h

Log Message

ゴミコードを削除

Change Summary

差異

diff -r f2e19466380e -r 36ee38be0592 src/main/java/jp/nanah/logconfchk/output/BaseLogger.java
--- a/src/main/java/jp/nanah/logconfchk/output/BaseLogger.java Sat Jun 11 17:28:00 2022 +0900
+++ b/src/main/java/jp/nanah/logconfchk/output/BaseLogger.java Sat Jun 11 17:38:10 2022 +0900
@@ -81,7 +81,6 @@
8181 for (int i = 0; i < nodeList.getLength(); i++) {
8282 Node node = nodeList.item(i);
8383 String nodeValue = node.getNodeValue();
84- System.out.println("XXXXX nodeValue="+nodeValue);
8584 if (nodeValue != null && nodeValue.length() > 0) {
8685 Matcher m = mdcPattern.matcher(nodeValue);
8786 while (m.find()){