chmpxpx_set_debug_level_error chmpxpx Functions chmpxpx_set_debug_level_silent

chmpxpx_set_debug_level_message

Sets log level to info

Description

function chmpxpx_set_debug_level_message(): void {}

Sets log level to ‘message’ (info) 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_message();
?>

The above example will output:

NULL

See Also

chmpxpx_set_debug_level_error chmpxpx Functions chmpxpx_set_debug_level_silent