Skip to main content

btck_logging_disable

Function btck_logging_disable 

Source
pub unsafe extern "C" fn btck_logging_disable()
Expand description

@brief This disables the global internal logger. No log messages will be buffered internally anymore once this is called and the buffer is cleared. This function should only be called once and is not thread or re-entry safe. Log messages will be buffered until this function is called, or a logging connection is created. This must not be called while a logging connection already exists.