k2hpx_set_debug_level_silent k2hash Functions k2hpx_set_transaction_thread_pool

k2hpx_set_debug_level_warning

Sets log level to warning

Description

void k2hpx_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(k2hpx_set_debug_file("/tmp/k2h.log"));
k2hpx_set_debug_level_warning();
?>

The above example will output:

NULL

See Also

k2hpx_set_debug_level_silent k2hash Functions k2hpx_set_transaction_thread_pool