Project

General

Profile

バグ #4168

プロパティの内容がログに表示されないところがある。

Added by katami over 6 years ago. Updated over 6 years ago.

Status:
終了
Priority:
通常
Assignee:
katami
Target version:
-
Start date:
08/30/2017
Due date:
% Done:

100%

Estimated time:

Description

Properties クラス(キーと値のセットからなるプロパティセット)の内容がログファイルに出力されていないところがある。

Associated revisions

Revision 1029 (diff)
Added by t-katami over 6 years ago

[compat,bugfix,->RELENG_1_2] Fixed the bug. refs #4168

History

#1 Updated by katami over 6 years ago

以下のようば場合は、ログに出力されない。

        String str = new String();
        prop._dump(str,prop,0);
        rtcout.println(Logbuf.DEBUG, str);

正しくは以下。
        String str = new String();
        str = prop._dump(str,prop,0);
        rtcout.println(Logbuf.DEBUG, str);

#2 Updated by katami over 6 years ago

  • Status changed from 新規 to 解決
  • % Done changed from 0 to 100

#3 Updated by n-ando over 6 years ago

  • Status changed from 解決 to 終了

Also available in: Atom PDF