28 ROS_DEBUG(
"[%s] %s", tag, message.c_str());
33 ROS_INFO(
"[%s] %s", tag, message.c_str());
38 ROS_DEBUG(
"[%s] %s", tag, message.c_str());
43 ROS_WARN(
"[%s] %s", tag, message.c_str());
48 ROS_ERROR(
"[%s] %s", tag, message.c_str());
53 ROS_FATAL(
"[%s] %s", tag, message.c_str());
void LogDebug(const char *tag, const std::string &message) override
void LogWarn(const char *tag, const std::string &message) override
void LogFatal(const char *tag, const std::string &message) override
void LogTrace(const char *tag, const std::string &message) override
void LogError(const char *tag, const std::string &message) override
void LogInfo(const char *tag, const std::string &message) override
AWSROSLogger(Aws::Utils::Logging::LogLevel log_level=LogLevel::Trace)