k2hpx_set_debug_file k2hash Functions k2hpx_set_debug_level_message

k2hpx_set_debug_level_error

Sets log level to error

Description

void k2hpx_set_debug_level_error ( void )

Sets log level to ‘error’ level.

Parameters

This function has no parameters.

Return Values

No value is returned.

Examples

<?php
var_dump(k2hpx_set_debug_file("/tmp/k2h.log"));
k2hpx_set_debug_level_error();
?>

The above example will output:

NULL

See Also

k2hpx_set_debug_file k2hash Functions k2hpx_set_debug_level_message