|
| ClassUnderTest (Aws::Utils::Logging::LogLevel log_level) |
|
void | LogDebug (const char *tag, const std::string &message) override |
|
void | LogError (const char *tag, const std::string &message) override |
|
void | LogFatal (const char *tag, const std::string &message) override |
|
void | LogInfo (const char *tag, const std::string &message) override |
|
void | LogTrace (const char *tag, const std::string &message) override |
|
void | LogWarn (const char *tag, const std::string &message) override |
|
| ~ClassUnderTest ()=default |
|
| AWSLogSystem (Aws::Utils::Logging::LogLevel log_level) |
|
| AWSLogSystem (AWSLogSystem const &)=delete |
|
Aws::Utils::Logging::LogLevel | GetLogLevel () const override |
|
void | Log (Aws::Utils::Logging::LogLevel log_level, const char *tag, const char *format,...) override |
|
void | LogStream (Aws::Utils::Logging::LogLevel log_level, const char *tag, const Aws::OStringStream &message_stream) override |
|
AWSLogSystem & | operator= (AWSLogSystem const &)=delete |
|
void | SetLogLevel (Aws::Utils::Logging::LogLevel log_level) |
|
| ~AWSLogSystem () override=default |
|
Definition at line 23 of file aws_log_system_test.cpp.
ClassUnderTest::ClassUnderTest |
( |
Aws::Utils::Logging::LogLevel |
log_level | ) |
|
|
inlineexplicit |
ClassUnderTest::~ClassUnderTest |
( |
| ) |
|
|
default |
static const std::string& ClassUnderTest::GetExpectedLogMessageString |
( |
const ClassUnderTest * |
class_under_test | ) |
|
|
inlinestatic |
static const std::string& ClassUnderTest::GetExpectedTag |
( |
const ClassUnderTest * |
class_under_test | ) |
|
|
inlinestatic |
static int ClassUnderTest::GetLogDebugCount |
( |
const ClassUnderTest * |
class_under_test | ) |
|
|
inlinestatic |
static int ClassUnderTest::GetLogErrorCount |
( |
const ClassUnderTest * |
class_under_test | ) |
|
|
inlinestatic |
static int ClassUnderTest::GetLogFatalCount |
( |
const ClassUnderTest * |
class_under_test | ) |
|
|
inlinestatic |
static int ClassUnderTest::GetLogInfoCount |
( |
const ClassUnderTest * |
class_under_test | ) |
|
|
inlinestatic |
static int ClassUnderTest::GetLogTraceCount |
( |
const ClassUnderTest * |
class_under_test | ) |
|
|
inlinestatic |
static int ClassUnderTest::GetLogWarnCount |
( |
const ClassUnderTest * |
class_under_test | ) |
|
|
inlinestatic |
void ClassUnderTest::LogDebug |
( |
const char * |
tag, |
|
|
const std::string & |
message |
|
) |
| |
|
inlineoverridevirtual |
void ClassUnderTest::LogError |
( |
const char * |
tag, |
|
|
const std::string & |
message |
|
) |
| |
|
inlineoverridevirtual |
void ClassUnderTest::LogFatal |
( |
const char * |
tag, |
|
|
const std::string & |
message |
|
) |
| |
|
inlineoverridevirtual |
void ClassUnderTest::LogInfo |
( |
const char * |
tag, |
|
|
const std::string & |
message |
|
) |
| |
|
inlineoverridevirtual |
void ClassUnderTest::LogTrace |
( |
const char * |
tag, |
|
|
const std::string & |
message |
|
) |
| |
|
inlineoverridevirtual |
void ClassUnderTest::LogWarn |
( |
const char * |
tag, |
|
|
const std::string & |
message |
|
) |
| |
|
inlineoverridevirtual |
static void ClassUnderTest::ResetLogCounts |
( |
ClassUnderTest * |
class_under_test | ) |
|
|
inlinestatic |
static void ClassUnderTest::SetExpectedLogMessageString |
( |
ClassUnderTest * |
class_under_test, |
|
|
const std::string & |
message |
|
) |
| |
|
inlinestatic |
static void ClassUnderTest::SetExpectedTagString |
( |
ClassUnderTest * |
class_under_test, |
|
|
const std::string & |
tag |
|
) |
| |
|
inlinestatic |
std::string ClassUnderTest::expected_log_message_string_ |
|
private |
std::string ClassUnderTest::expected_tag_ |
|
private |
int ClassUnderTest::log_debug_count_ = 0 |
|
private |
int ClassUnderTest::log_error_count_ = 0 |
|
private |
int ClassUnderTest::log_fatal_count_ = 0 |
|
private |
int ClassUnderTest::log_info_count_ = 0 |
|
private |
int ClassUnderTest::log_trace_count_ = 0 |
|
private |
int ClassUnderTest::log_warn_count_ = 0 |
|
private |
The documentation for this class was generated from the following file: