edaxBookVerbose method
- int verbosity
Set book verbosity.
NOTE: this verbosity is unrelated to book_verbose
which shows stdout by bprint in edax.
Implementation
void edaxBookVerbose(final int verbosity) =>
_bindings.edax_book_verbose(verbosity);