Returns the preprocessor-assigned log identifier for this log message
| 574 | |
| 575 | // Returns the preprocessor-assigned log identifier for this log message |
| 576 | uint32_t Log::LogMessage::getLogId() { |
| 577 | return logId; |
| 578 | } |
| 579 | |
| 580 | // Returns the runtime timestamp for the log invocation. |
| 581 | uint64_t Log::LogMessage::getTimestamp() { |