Ignore:
Timestamp:
2014/06/02 12:45:20 (12 years ago)
Author:
shutta
Message:

#2542 表記の統一 for 2.13.3
拡張クラスを参照するように変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/util/GC_Utils.php

    r23477 r23490  
    128128        trigger_error('前方互換用メソッドが使用されました。', E_USER_WARNING); 
    129129        // メッセージの前に、ログ出力元関数名とログ出力関数呼び出し部分の行数を付与 
    130         $mess = GC_Utils::gfGetCallerInfo(true) . $mess; 
     130        $mess = GC_Utils_Ex::gfGetCallerInfo(true) . $mess; 
    131131 
    132132        // ログレベル=Debugの場合は、[Debug]を先頭に付与する 
Note: See TracChangeset for help on using the changeset viewer.