k2hdkcpx_set_debug_level_error
Sets a message output level to error
Description
function k2hdkcpx_set_debug_level_error(): void {}
Sets a message output level to error.
Parameters
This function has no parameters.
Return Values
No value is returned.
Examples
php -r 'var_dump(k2hdkcpx_set_debug_level_error());'
The above example will output:
NULL
See Also
- k2hdkcpx_bump_debug_level - Changes the log level
- k2hdkcpx_load_debug_env - Sets a message output and output destination according to the value
- k2hdkcpx_set_debug_file - Specify the file to output message
- k2hdkcpx_set_debug_level_dump - Sets log level to dump
- k2hdkcpx_set_debug_level_error - Sets log level to error
- k2hdkcpx_set_debug_level_message - Sets log level to info
- k2hdkcpx_set_debug_level_silent - Stops logging
- k2hdkcpx_set_debug_level_warning - Sets log level to warning
- k2hdkcpx_unset_debug_file - Writes logs to stderr