Ignore:
Timestamp:
2013/08/26 15:52:37 (11 years ago)
Author:
m_uehara
Message:

#2348 r23116 - r23125 をマージ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/class/pages/upgrade/helper/LC_Upgrade_Helper_Log.php

    r22856 r23126  
    3333     * @param string $mode 
    3434     */ 
    35     function start($mode) 
     35    public function start($mode) 
    3636    { 
    3737        $message = "##### $mode start #####"; 
     
    4343     * @param string $mode 
    4444     */ 
    45     function end() 
     45    public function end() 
    4646    { 
    4747        $message = '##### end #####'; 
     
    5353     * @param string $message 
    5454     */ 
    55     function log($message) 
     55    public function log($message) 
    5656    { 
    5757        GC_Utils_Ex::gfPrintLog($message, OSTORE_LOG_REALFILE); 
     
    6161     * 
    6262     * @param string $code 
    63      * @param mixed $val 
     63     * @param mixed  $val 
    6464     */ 
    65     function error($code, $val = null) 
     65    public function error($code, $val = null) 
    6666    { 
    6767        $format = '* error! code:%s / debug:%s'; 
Note: See TracChangeset for help on using the changeset viewer.