#include <isink.h>
Definition at line 13 of file isink.h.
| virtual onnxruntime::logging::ISink::~ISink |
( |
| ) |
|
|
virtualdefault |
| SinkType onnxruntime::logging::ISink::GetType |
( |
| ) |
const |
|
inline |
| void onnxruntime::logging::ISink::Send |
( |
const Timestamp & |
timestamp, |
|
|
const std::string & |
logger_id, |
|
|
const Capture & |
message |
|
) |
| |
|
inline |
Sends the message to the sink.
- Parameters
-
| timestamp | The timestamp. |
| logger_id | The logger identifier. |
| message | The captured message. |
Definition at line 25 of file isink.h.
Sends a Profiling Event Record to the sink.
- Parameters
-
Definition at line 33 of file isink.h.
The documentation for this class was generated from the following file:
- onnxruntime/core/common/logging/isink.h