aubio_log_reset method
void
aubio_log_reset()
Reset all logging functions to the default one
After calling this function, the default logging function will be used to
print error, warning, normal, and debug messages to stdout
or stderr
.
Implementation
void aubio_log_reset() {
return _aubio_log_reset();
}