k2hpx_set_debug_level_silent
Sets log level to silent
Description
void k2hpx_set_debug_level_silent ( void )
Sets log level to silent.
Parameters
This function has no parameters.
Return Values
No value is returned.
Examples
- Example 1 - Sets log level to silent
<?php
var_dump(k2hpx_set_debug_file("/tmp/k2h.log"));
k2hpx_set_debug_level_silent();
?>
The above example will output:
NULL
See Also
- k2hpx_bump_debug_level - Changes the log level
- k2hpx_set_debug_file - Writes log to the file
- k2hpx_set_debug_level_error - Sets log level to error
- k2hpx_set_debug_level_message - Sets log level to info
- k2hpx_set_debug_level_warning - Sets log level to warning
- k2hpx_unset_debug_file - Writes logs to stderr