Log#
rb::Log is the structured record emitted by the robot log APIs. It is used
by GetLastLog() and the callback passed into StartLogStream().
Header
Header |
|
Declaration
Namespace |
|
Kind |
|
Primary role |
Carry a log level and message payload emitted by the robot. |
Member Types / Enums
Type |
Purpose |
Notes |
|---|---|---|
|
Enumerate the severity of the log record. |
Read this before filtering or displaying messages. |
Public Attributes
Field |
Meaning |
Notes |
|---|---|---|
|
Severity of the log record. |
Compare against the |
|
Human-readable message text. |
The main payload most tools display. |
Detailed Reference
Related Types
Examples
log.cppis the direct example for fetching and streamingrb::Logrecords.