示例#1
0
 public static function start_logging()
 {
     if (isset(self::$log4php)) {
         self::$log4php->debug("Merchant_Logger started");
         return;
     }
     self::$start_time = microtime(true);
     self::log(COLOR_SEQ . "1;32m" . "Started at : [" . date('H:i:s d-m-Y', time()) . "]" . RESET_SEQ);
 }
示例#2
0
 public static function start_logging()
 {
     self::$start_time = microtime(true);
     self::log(COLOR_SEQ . "1;32m" . "Started at : [" . date('H:i:s d-m-Y', time()) . "]" . RESET_SEQ);
 }
示例#3
0
 public static function start_logging()
 {
     self::$start_time = microtime(true);
     self::log(COLOR_SEQ . '1;32m' . 'Started at : [' . date('H:i:s d-m-Y', time()) . ']' . RESET_SEQ);
 }