|
template<typename... Args> |
void | debug (const char *format, const Args &...args) |
|
template<typename... Args> |
void | debug_throttle (float period, const char *format, const Args &...args) |
|
template<typename... Args> |
void | error (const char *format, const Args &...args) |
|
template<typename... Args> |
void | error_throttle (float period, const char *format, const Args &...args) |
|
template<typename... Args> |
void | fatal (const char *format, const Args &...args) |
|
template<typename... Args> |
void | fatal_throttle (float period, const char *format, const Args &...args) |
|
template<typename... Args> |
void | info (const char *format, const Args &...args) |
|
template<typename... Args> |
void | info_throttle (float period, const char *format, const Args &...args) |
|
template<typename... Args> |
void | warn (const char *format, const Args &...args) |
|
template<typename... Args> |
void | warn_throttle (float period, const char *format, const Args &...args) |
|
void | debug (const char *format, const Args &...args) |
|
void | debug_throttle (float period, const char *format, const Args &...args) |
|
void | error (const char *format, const Args &...args) |
|
void | error_throttle (float period, const char *format, const Args &...args) |
|
void | fatal (const char *format, const Args &...args) |
|
void | fatal_throttle (float period, const char *format, const Args &...args) |
|
void | info (const char *format, const Args &...args) |
|
void | info_throttle (float period, const char *format, const Args &...args) |
|
void | warn (const char *format, const Args &...args) |
|
void | warn_throttle (float period, const char *format, const Args &...args) |
|
Logger implementation for ROS environments.
This is a convenience logger implementation for ROS-based projects. The implementation simply forwards messages to the appropriate rosconsole loggers.
Definition at line 54 of file ros_logger.h.