Skip to content

Commit

Permalink
iox-eclipse-iceoryx#2301 Clear caches log entries from testing logger…
Browse files Browse the repository at this point in the history
… once the cache is printed to the terminal
  • Loading branch information
elBoberido committed Aug 23, 2024
1 parent 848f805 commit 72a8dfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iceoryx_hoofs/testing/testing_logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ void TestingLogger::printLogBuffer() noexcept
puts(log.c_str());
}
puts("#### Log end ####");
loggerData->buffer.clear();
}

uint64_t TestingLogger::getNumberOfLogMessages() noexcept
Expand Down

0 comments on commit 72a8dfd

Please sign in to comment.