Indicates whether the structure stores a valid log statement or not
| 564 | |
| 565 | // Indicates whether the structure stores a valid log statement or not |
| 566 | bool Log::LogMessage::valid() { |
| 567 | return metadata != nullptr; |
| 568 | } |
| 569 | |
| 570 | // Returns the number of arguments currently stored for the log. |
| 571 | int Log::LogMessage::getNumArgs() { |