Class find_embedding::output_handler_full¶
-
class
output_handler_full¶ Output handlers are used to control output.
We provide two handlers one which only reports all errors (and optimizes away all other output) and another which provides full output. When verbose is zero, we recommend the errors-only handler and otherwise, the full handler Here’s the full output handler
Public Functions
-
template<typename ...
Args>
voiderror(const char *format, Args... args) const¶ printf regardless of the verbosity level
-
template<typename ...
Args>
voidmajor_info(const char *format, Args... args) const¶ printf at the major_info verbosity level
-
template<typename ...
Args>
voidminor_info(const char *format, Args... args) const¶ print at the minor_info verbosity level
-
template<typename ...