holoscan::log_info

Beta
View as Markdown
template <typename FormatT, typename... ArgsT>
void holoscan::log_info(
const FormatT &format,
ArgsT &&... args
)

Print an info message to the log.

The format string follows the fmtlib format string syntax.