| 299 | } |
| 300 | |
| 301 | void SubByteReaderLogging::logCalculatedValue(const std::string &symbolName, |
| 302 | int64_t value, |
| 303 | const Options & options) |
| 304 | { |
| 305 | checkAndLog(this->currentTreeLevel, "Calc", symbolName, options, value, ""); |
| 306 | } |
| 307 | |
| 308 | void SubByteReaderLogging::logArbitrary(const std::string &symbolName, |
| 309 | const std::string &value, |
no test coverage detected