chmpxpx_set_debug_level_silent chmpxpx Functions chmpxpx_slv_receive

chmpxpx_set_debug_level_warning

Sets log level to warning

Description

function chmpxpx_set_debug_level_warning(): void {}

Sets log level to ‘warning level.

Parameters

This function has no parameters.

Return Values

No value is returned.

Examples

<?php
var_dump(chmpxpx_set_debug_file("/tmp/chmpx.log"));
chmpxpx_set_debug_level_warning();
?>

The above example will output:

NULL

See Also

chmpxpx_set_debug_level_silent chmpxpx Functions chmpxpx_slv_receive