TwistPHP Documentation

log

File path: dist/twist/Core/Utilities/Timer.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

logGet the timers' current length but do not stop the timer

Parameters

Name Type Description
$strLogTitlestringn/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$strLogTitle 'foo';

//Call the function log with the example vars
Twist::Timer() -> log($strLogTitle);