Class find_embedding::output_handler_error

class output_handler_error

Here’s the errors-only handler.

Public Functions

template<typename ...Args>
void error(const char *format, Args... args) const

printf regardless of the verbosity level

template<typename ...Args>
void major_info(Args...) const

printf at the major_info verbosity level

template<typename ...Args>
void minor_info(Args...) const

print at the minor_info verbosity level

template<typename ...Args>
void extra_info(Args...) const

print at the extra_info verbosity level

template<typename ...Args>
void debug(Args...) const

print at the debug verbosity level (only works when CPPDEBUG is set)