Template Function holoscan::log_message

Holoscan v0.6
template<typename FormatT, typename ...ArgsT>
inline 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.

© Copyright 2022-2023, NVIDIA. Last updated on Feb 9, 2024.