Fixture that allows to set the default logger and manages its lifetime. More...
#include <userver/utest/default_logger_fixture.hpp>
Inheritance diagram for utest::DefaultLoggerFixture< Base >:
Collaboration diagram for utest::DefaultLoggerFixture< Base >:Static Public Member Functions | |
| static void | TearDownTestSuite () |
Protected Member Functions | |
| void | SetDefaultLogger (logging::LoggerPtr new_logger) |
| void | SetDefaultLoggerLevel (logging::Level new_level) |
| Set the default logger level. | |
Fixture that allows to set the default logger and manages its lifetime.
Definition at line 18 of file default_logger_fixture.hpp.
|
inlineoverrideprotected |
Definition at line 44 of file default_logger_fixture.hpp.
|
inlineprotected |
Set the default logger and postpone its destruction till the coroutine engine stops
Definition at line 28 of file default_logger_fixture.hpp.
|
inlineprotected |
Set the default logger level.
Definition at line 39 of file default_logger_fixture.hpp.
|
inlinestatic |
Definition at line 20 of file default_logger_fixture.hpp.