-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d92b6bb
commit b3a0785
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
* Added calling source file name and line number to log output of `enter` method. | ||
* Abolished `logging_level` setting in debugtrace.ini and set it to fixed (`DEBUG`). | ||
* Abolished `logging_level` setting in `debugtrace.ini` and set it to fixed (`DEBUG`). | ||
* Added `log_datetime_format` to `debugtrace.ini` setting item. | ||
|
||
---- | ||
*Japanese* | ||
|
||
* `enter` メソッドのログ出力に、呼び出し元のソースファイル名と行番号を追加しました。 | ||
* debugtrace.iniで`logging_level`の設定を廃止し、固定(`DEBUG`)にしました。 | ||
* `debugtrace.ini`で`logging_level`の設定を廃止し、固定(`DEBUG`)にしました。 | ||
* `debugtrace.ini`の設定項目に`log_datetime_format`を追加しました。 |