Returns the number of arguments currently stored for the log.
| 569 | |
| 570 | // Returns the number of arguments currently stored for the log. |
| 571 | int Log::LogMessage::getNumArgs() { |
| 572 | return numArgs; |
| 573 | } |
| 574 | |
| 575 | // Returns the preprocessor-assigned log identifier for this log message |
| 576 | uint32_t Log::LogMessage::getLogId() { |