Function __global->_cms_profile_log_line
Definitions
sources/profiler.php
- Store a line in the profiling log.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $line | string | No | No | required parameter | N/A | N/A | Log line |
Preview
Code (PHP)
/**
* Store a line in the profiling log.
*
* @param string $line Log line
*/
function _cms_profile_log_line(string $line)
* Store a line in the profiling log.
*
* @param string $line Log line
*/
function _cms_profile_log_line(string $line)

