#include <ros_log_sink.h>
Public Member Functions | |
| ScopedRosLogSink () | |
| void | send (::google::LogSeverity severity, const char *filename, const char *base_filename, int line, const struct std::tm *tm_time, const char *message, size_t message_len) override |
| void | WaitTillSent () override |
| ~ScopedRosLogSink () override | |
Private Attributes | |
| bool | will_die_ |
Definition at line 28 of file ros_log_sink.h.
Definition at line 38 of file ros_log_sink.cc.
| cartographer_ros::ScopedRosLogSink::~ScopedRosLogSink | ( | ) | [override] |
Definition at line 39 of file ros_log_sink.cc.
| void cartographer_ros::ScopedRosLogSink::send | ( | ::google::LogSeverity | severity, |
| const char * | filename, | ||
| const char * | base_filename, | ||
| int | line, | ||
| const struct std::tm * | tm_time, | ||
| const char * | message, | ||
| size_t | message_len | ||
| ) | [override] |
Definition at line 41 of file ros_log_sink.cc.
| void cartographer_ros::ScopedRosLogSink::WaitTillSent | ( | ) | [override] |
Definition at line 69 of file ros_log_sink.cc.
bool cartographer_ros::ScopedRosLogSink::will_die_ [private] |
Definition at line 40 of file ros_log_sink.h.