- Timestamp:
- 2007/11/04 02:20:31 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/util/GC_Utils.php
r16582 r16670 112 112 *----------------------------------------------------------------------*/ 113 113 function gfDebugLog($obj){ 114 if(DEBUG_MODE === true) { 114 115 GC_Utils::gfPrintLog("*** start Debug ***"); 115 116 ob_start(); … … 121 122 fclose( $fp ); 122 123 GC_Utils::gfPrintLog("*** end Debug ***"); 123 124 124 // ログテーション 125 125 GC_Utils::gfLogRotation(MAX_LOG_QUANTITY, MAX_LOG_SIZE, LOG_PATH); 126 } 126 127 } 127 128
Note: See TracChangeset
for help on using the changeset viewer.