in aws_ros1_common/src/sdk_utils/logging/aws_ros_logger.cpp [31:34]
void AWSROSLogger::LogInfo(const char * tag, const std::string & message) { ROS_INFO("[%s] %s", tag, message.c_str()); }