writeTimedLog()
writeTimedLog(string $message, callable $operation, array $arguments = array()) : void
Executes a callable piece of code and writes an entry to the log detailing how long it took.
Parameters
string |
$message |
|
callable |
$operation |
|
array |
$arguments |
|