Skip to content
Snippets Groups Projects
Commit aa1b1f5d authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #146 & #147 TU history and historyBatch

parent cce733e7
No related branches found
No related tags found
No related merge requests found
...@@ -36,9 +36,10 @@ class LogsController ...@@ -36,9 +36,10 @@ class LogsController
} }
$time = $timeend - $timestart; $time = $timeend - $timestart;
self::$level( //TODO : USE NEW METHOD
['message' => $message.'. Done in ' . number_format($time, 3) . ' secondes.'] // self::$level(
); // ['message' => $message.'. Done in ' . number_format($time, 3) . ' secondes.']
// );
} }
public static function buildLoggingMethod() public static function buildLoggingMethod()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment