Explorar el Código

added microtime to DBG log

Piotr Labudda hace 9 años
padre
commit
ce492143b3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      SE/se-lib/DBG.php

+ 1 - 1
SE/se-lib/DBG.php

@@ -281,7 +281,7 @@ class DBG {
 	}
 	public static function _log($mixedArg, $type, $msg, $logFileName) {
 		$logInfo = [
-			'date' => date("Y-m-d H:i:s"),
+			'date' => date("Y-m-d H:i:s") . substr((string)microtime(), 1, 6),
 			'type' => $type,
 			'msg' => $msg,
 			'log' => '',