Function __global->task_log
Definitions
sources/tasks.php
- Do task logging.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$object | ?object | required parameter | N/A | N/A | Task object that the logging comes from (null: N/A) |
$message | string | required parameter | N/A | N/A | Message to log |
$i | ?integer | Null | N/A | N/A | Iterator position, must be passed for any high frequency calls to this function (null: N/A) |
$total | ?integer | Null | N/A | N/A | Total iterating through (null: N/A) |