k2hdkcpx_set_value k2hdkcpx Functions k2hdkcpx_disable_comlog

k2hdkcpx_bump_debug_level

Changes the log level

Description

function k2hdkcpx_bump_debug_level(): void {}

Changes the log level by each call. The order is ‘error’ , ‘warning’ , ‘message’ (info), ‘dump’ (debug), ‘silent’ (no logging). The log level turns ‘error’ when calling the function in the ‘silent’ level.

Parameters

This function has no parameters.

Return Values

No value is returned.

Examples

php -r 'var_dump(k2hdkcpx_bump_debug_level());'

The above example will output:

NULL

See Also

k2hdkcpx_set_value k2hdkcpx Functions k2hdkcpx_disable_comlog