holoscan::log_message

Beta
View as Markdown
template <typename FormatT, typename... ArgsT>
void holoscan::log_message(
const char *file,
int line,
const char *function_name,
LogLevel level,
const FormatT &format,
ArgsT &&... args
)

Print a message to the log.

The format string follows the fmtlib format string syntax.