#include <aws_ros_logger.h>
|
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 |
|
Definition at line 27 of file aws_ros_logger.h.
Aws::Utils::Logging::AWSROSLogger::AWSROSLogger |
( |
Aws::Utils::Logging::LogLevel |
log_level = LogLevel::Trace | ) |
|
|
explicit |
- 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 24 of file aws_ros_logger.cpp.
Aws::Utils::Logging::AWSROSLogger::AWSROSLogger |
( |
AWSROSLogger const & |
| ) |
|
|
delete |
Aws::Utils::Logging::AWSROSLogger::~AWSROSLogger |
( |
| ) |
|
|
overridedefault |
void Aws::Utils::Logging::AWSROSLogger::LogDebug |
( |
const char * |
tag, |
|
|
const std::string & |
message |
|
) |
| |
|
overrideprotectedvirtual |
void Aws::Utils::Logging::AWSROSLogger::LogError |
( |
const char * |
tag, |
|
|
const std::string & |
message |
|
) |
| |
|
overrideprotectedvirtual |
void Aws::Utils::Logging::AWSROSLogger::LogFatal |
( |
const char * |
tag, |
|
|
const std::string & |
message |
|
) |
| |
|
overrideprotectedvirtual |
void Aws::Utils::Logging::AWSROSLogger::LogInfo |
( |
const char * |
tag, |
|
|
const std::string & |
message |
|
) |
| |
|
overrideprotectedvirtual |
void Aws::Utils::Logging::AWSROSLogger::LogTrace |
( |
const char * |
tag, |
|
|
const std::string & |
message |
|
) |
| |
|
overrideprotectedvirtual |
void Aws::Utils::Logging::AWSROSLogger::LogWarn |
( |
const char * |
tag, |
|
|
const std::string & |
message |
|
) |
| |
|
overrideprotectedvirtual |
The documentation for this class was generated from the following files: