Changeset 14568


Ignore:
Timestamp:
2007/06/11 15:47:24 (17 years ago)
Author:
adati
Message:

gfDebugLogのデフォルト出力先をdata/logs/debug.logに変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/lib/glib.php

    r14473 r14568  
    8686 * [Ãí¼á] - 
    8787 *----------------------------------------------------------------------*/ 
    88 function gfDebugLog($obj, $path = LOG_PATH){ 
     88function gfDebugLog($obj, $path = DEBUG_LOG_PATH){ 
    8989        gfPrintLog("*** start Debug ***"); 
    9090        ob_start(); 
Note: See TracChangeset for help on using the changeset viewer.