Function __global->resource_fs_logging__start
Definitions
sources/resource_fs.php
- Engage logging.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $level | string | No | No | notice | inform notice warn | N/A | The minimum logging level |
Preview
Code (PHP)
/**
* Engage logging.
*
* @param string $level The minimum logging level
* @set inform notice warn
*/
function resource_fs_logging__start(string $level = 'notice')
* Engage logging.
*
* @param string $level The minimum logging level
* @set inform notice warn
*/
function resource_fs_logging__start(string $level = 'notice')

