예제 #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
파일: Logger.php 프로젝트: stonyyi/anahita
 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);
 }