#include <userver/utest/log_capture_fixture.hpp>
Fixture that allows to capture and extract log.
Definition at line 42 of file log_capture_fixture.hpp.
Inheritance diagram for utest::LogCaptureFixture< Base >:
Collaboration diagram for utest::LogCaptureFixture< Base >:Protected Member Functions | |
| std::string | ExtractRawLog () |
| Extract and clear current log. | |
Protected Member Functions inherited from utest::DefaultLoggerFixture< Base > | |
| void | SetDefaultLogger (logging::LoggerPtr new_logger) |
| void | SetDefaultLoggerLevel (logging::Level new_level) |
| Set the default logger level. | |
Additional Inherited Members | |
Static Public Member Functions inherited from utest::DefaultLoggerFixture< Base > | |
| static void | TearDownTestSuite () |
|
inlineprotected |
Definition at line 44 of file log_capture_fixture.hpp.
|
inlineprotected |
Extract and clear current log.
Definition at line 49 of file log_capture_fixture.hpp.