This is the complete list of members for utest::LogCaptureLogger, including all inherited members.
Clear() noexcept | utest::LogCaptureLogger | |
Filter(std::string_view text_substring, utils::span< const std::pair< std::string_view, std::string_view > > tag_substrings={}) const | utest::LogCaptureLogger | |
Filter(utils::function_ref< bool(const LogRecord &)> predicate) const | utest::LogCaptureLogger | |
GetAll() const | utest::LogCaptureLogger | |
GetLogger() const | utest::LogCaptureLogger | |
LogCaptureLogger(logging::Format format=logging::Format::kRaw) (defined in utest::LogCaptureLogger) | utest::LogCaptureLogger | explicit |
ToStringViaLogging(const T &value) | utest::LogCaptureLogger | inline |