#include <test_logger.h>
|
void | LogData (const char *log_level, const char *tag, const std::string &message) |
|
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 |
|
Test log system.
Definition at line 38 of file test_logger.h.
Aws::Utils::Logging::TestLogSystem::TestLogSystem |
( |
Aws::Utils::Logging::LogLevel |
log_level = LogLevel::Trace | ) |
|
|
inlineexplicit |
- Parameters
-
log_level | Defaults to Trace. This log level is an additional layer on top of ROS' log filtering. Typically, you would instantiate this with the lowest (most permissive) log level (i.e. Trace), and control the log level via ROS. |
Definition at line 46 of file test_logger.h.
virtual Aws::Utils::Logging::TestLogSystem::~TestLogSystem |
( |
| ) |
|
|
virtualdefault |
void Aws::Utils::Logging::TestLogSystem::LogData |
( |
const char * |
log_level, |
|
|
const char * |
tag, |
|
|
const std::string & |
message |
|
) |
| |
|
inlineprotected |
void Aws::Utils::Logging::TestLogSystem::LogDebug |
( |
const char * |
tag, |
|
|
const std::string & |
message |
|
) |
| |
|
inlineoverrideprotectedvirtual |
void Aws::Utils::Logging::TestLogSystem::LogError |
( |
const char * |
tag, |
|
|
const std::string & |
message |
|
) |
| |
|
inlineoverrideprotectedvirtual |
void Aws::Utils::Logging::TestLogSystem::LogFatal |
( |
const char * |
tag, |
|
|
const std::string & |
message |
|
) |
| |
|
inlineoverrideprotectedvirtual |
void Aws::Utils::Logging::TestLogSystem::LogInfo |
( |
const char * |
tag, |
|
|
const std::string & |
message |
|
) |
| |
|
inlineoverrideprotectedvirtual |
void Aws::Utils::Logging::TestLogSystem::LogTrace |
( |
const char * |
tag, |
|
|
const std::string & |
message |
|
) |
| |
|
inlineoverrideprotectedvirtual |
void Aws::Utils::Logging::TestLogSystem::LogWarn |
( |
const char * |
tag, |
|
|
const std::string & |
message |
|
) |
| |
|
inlineoverrideprotectedvirtual |
The documentation for this class was generated from the following file: