Template Function holoscan::log_error
- Defined in File logger.hpp 
- 
template<typename FormatT, typename ...ArgsT>
 inline void holoscan::log_error(const FormatT &format, ArgsT&&... args)
Print an error message to the log.
The format string follows the fmtlib format string syntax.