DebugTrace-java 3.6.0
- Fixed a bug where the
printmethod could throw ajava.lang.IndexOutOfBoundsException. - Added calling source file name and line number to log output of
entermethod. - Removed deprecated method with
mapNameas an argument. - Removed deprecated properties in DebugTrace.properties.
- Abolished
logLevelsetting in DebugTrace.properties and made it fixed (Jdk:FINEST, others:TRACE).
Japanese
printメソッドでjava.lang.IndexOutOfBoundsExceptionがスローされる事があるバグを修正しました。enterメソッドのログ出力に、呼び出し元のソースファイル名と行番号を追加しました。mapNameを引数に持つ非推奨のメソッドを削除しました。- DebugTrace.properties の非推奨のプロパティを削除しました。
- DebugTrace.properties で
logLevelの設定を廃止し、固定 (Jdk:FINEST, それ以外:TRACE) にしました。