chmpxpx_set_debug_level_message chmpxpx Functions chmpxpx_set_debug_level_warning

chmpxpx_set_debug_level_silent

Sets log level to silent

Description

function chmpxpx_set_debug_level_silent(): void {}

Sets log level to silent.

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_silent();
?>

The above example will output:

NULL

See Also

chmpxpx_set_debug_level_message chmpxpx Functions chmpxpx_set_debug_level_warning