HDK
|
#include <capture.h>
Public Member Functions | |
Capture (const Logger &logger, logging::Severity severity, const char *category, logging::DataType dataType, const CodeLocation &location) | |
std::ostream & | Stream () noexcept |
void | CapturePrintf (msvc_printf_check const char *format,...) __attribute__((format(printf |
void void | ProcessPrintf (msvc_printf_check const char *format, va_list args) |
logging::Severity | Severity () const noexcept |
char | SeverityPrefix () const noexcept |
const char * | Category () const noexcept |
logging::DataType | DataType () const noexcept |
const CodeLocation & | Location () const noexcept |
std::string | Message () const noexcept |
~Capture () | |
|
inline |
onnxruntime::logging::Capture::~Capture | ( | ) |
void onnxruntime::logging::Capture::CapturePrintf | ( | msvc_printf_check const char * | format, |
... | |||
) |
Captures a printf style log message.
name="format">The | printf format. |
name="">Arguments | to the printf format if needed. |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
void void onnxruntime::logging::Capture::ProcessPrintf | ( | msvc_printf_check const char * | format, |
va_list | args | ||
) |
Process a printf style log message.
format | The printf format. |
... | Arguments to the printf format if needed. |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |