Changeset 15171 for branches


Ignore:
Timestamp:
2007/08/03 16:59:27 (17 years ago)
Author:
nanasess
Message:

クラス化対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/util/GC_Utils.php

    r15080 r15171  
    9696     *----------------------------------------------------------------------*/ 
    9797    function gfDebugLog($obj){ 
    98             gfPrintLog("*** start Debug ***"); 
     98            GC_Utils::gfPrintLog("*** start Debug ***"); 
    9999            ob_start(); 
    100100            print_r($obj); 
     
    104104            fwrite( $fp, $buffer."\n" ); 
    105105            fclose( $fp ); 
    106             gfPrintLog("*** end Debug ***"); 
     106            GC_Utils::gfPrintLog("*** end Debug ***"); 
    107107 
    108108            // ログテーション 
    109             gfLogRotation(MAX_LOG_QUANTITY, MAX_LOG_SIZE, LOG_PATH); 
     109            GC_Utils::gfLogRotation(MAX_LOG_QUANTITY, MAX_LOG_SIZE, LOG_PATH); 
    110110    } 
    111111 
     
    138138 
    139139        // ログテーション 
    140         gfLogRotation(MAX_LOG_QUANTITY, MAX_LOG_SIZE, $path); 
     140        GC_Utils::gfLogRotation(MAX_LOG_QUANTITY, MAX_LOG_SIZE, $path); 
    141141    } 
    142142 
Note: See TracChangeset for help on using the changeset viewer.