Function __global->resource_fs_logging
Definitions
sources/resource_fs.php
- Log a message.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $message | string | No | No | required parameter | N/A | N/A | The message |
| $type | ID_TEXT | No | No | warn | inform notice warn | N/A | The template to use |
Preview
Code (PHP)
/**
* Log a message.
*
* @param string $message The message
* @param ID_TEXT $type The template to use
* @set inform notice warn
*/
function resource_fs_logging(string $message, string $type = 'warn')
* Log a message.
*
* @param string $message The message
* @param ID_TEXT $type The template to use
* @set inform notice warn
*/
function resource_fs_logging(string $message, string $type = 'warn')

