Namespaces | Macros | Functions
log_utils.h File Reference
#include <ros/ros.h>
#include <nodelet/nodelet.h>
Include dependency graph for log_utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 jsk_topic_tools
 

Macros

#define JSK_NODELET_DEBUG(str, ...)
 
#define JSK_NODELET_DEBUG_STREAM(...)
 
#define JSK_NODELET_DEBUG_STREAM_THROTTLE(rate, ...)
 
#define JSK_NODELET_DEBUG_THROTTLE(rate, str, ...)
 
#define JSK_NODELET_ERROR(str, ...)
 
#define JSK_NODELET_ERROR_STREAM(...)
 
#define JSK_NODELET_ERROR_STREAM_THROTTLE(rate, ...)
 
#define JSK_NODELET_ERROR_THROTTLE(rate, str, ...)
 
#define JSK_NODELET_FATAL(str, ...)
 
#define JSK_NODELET_FATAL_STREAM(...)
 
#define JSK_NODELET_FATAL_STREAM_THROTTLE(rate, ...)
 
#define JSK_NODELET_FATAL_THROTTLE(rate, str, ...)
 
#define JSK_NODELET_INFO(str, ...)
 
#define JSK_NODELET_INFO_STREAM(...)
 
#define JSK_NODELET_INFO_STREAM_THROTTLE(rate, ...)
 
#define JSK_NODELET_INFO_THROTTLE(rate, str, ...)
 
#define JSK_NODELET_WARN(str, ...)
 
#define JSK_NODELET_WARN_STREAM(...)
 
#define JSK_NODELET_WARN_STREAM_THROTTLE(rate, ...)
 
#define JSK_NODELET_WARN_THROTTLE(rate, str, ...)
 
#define JSK_ROS_DEBUG(str, ...)
 
#define JSK_ROS_DEBUG_STREAM(...)
 
#define JSK_ROS_DEBUG_STREAM_THROTTLE(rate, ...)
 
#define JSK_ROS_DEBUG_THROTTLE(rate, str, ...)
 
#define JSK_ROS_ERROR(str, ...)
 
#define JSK_ROS_ERROR_STREAM(...)
 
#define JSK_ROS_ERROR_STREAM_THROTTLE(rate, ...)
 
#define JSK_ROS_ERROR_THROTTLE(rate, str, ...)
 
#define JSK_ROS_FATAL(str, ...)
 
#define JSK_ROS_FATAL_STREAM(...)
 
#define JSK_ROS_FATAL_STREAM_THROTTLE(rate, ...)
 
#define JSK_ROS_FATAL_THROTTLE(rate, str, ...)
 
#define JSK_ROS_INFO(str, ...)
 
#define JSK_ROS_INFO_STREAM(...)
 
#define JSK_ROS_INFO_STREAM_THROTTLE(rate, ...)
 
#define JSK_ROS_INFO_THROTTLE(rate, str, ...)
 
#define JSK_ROS_WARN(str, ...)
 
#define JSK_ROS_WARN_STREAM(...)
 
#define JSK_ROS_WARN_STREAM_THROTTLE(rate, ...)
 
#define JSK_ROS_WARN_THROTTLE(rate, str, ...)
 
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_NODELET_XXX()
 
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_ROS_XXX()
 

Functions

const std::string jsk_topic_tools::getFunctionName (const std::string &name)
 Get only function name from PRETTY_FUNCTION More...
 
bool jsk_topic_tools::warnNoRemap (const std::vector< std::string > names)
 warn if there are expected remappings. More...
 

Macro Definition Documentation

#define JSK_NODELET_DEBUG (   str,
  ... 
)
Value:
NODELET_DEBUG("[%s] " str, jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str(), ##__VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_NODELET_XXX()
Definition: log_utils.h:64

Definition at line 71 of file log_utils.h.

#define JSK_NODELET_DEBUG_STREAM (   ...)
Value:
NODELET_DEBUG_STREAM("[" << jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str() << "] " << __VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_NODELET_XXX()
Definition: log_utils.h:64

Definition at line 87 of file log_utils.h.

#define JSK_NODELET_DEBUG_STREAM_THROTTLE (   rate,
  ... 
)
Value:
NODELET_DEBUG_STREAM_THROTTLE(rate, "[" << jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str() << "] " << __VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_NODELET_XXX()
Definition: log_utils.h:64

Definition at line 119 of file log_utils.h.

#define JSK_NODELET_DEBUG_THROTTLE (   rate,
  str,
  ... 
)
Value:
NODELET_DEBUG_THROTTLE(rate, "[%s] " str, jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str(), ##__VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_NODELET_XXX()
Definition: log_utils.h:64

Definition at line 103 of file log_utils.h.

#define JSK_NODELET_ERROR (   str,
  ... 
)
Value:
NODELET_ERROR("[%s] " str, jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str(), ##__VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_NODELET_XXX()
Definition: log_utils.h:64

Definition at line 80 of file log_utils.h.

#define JSK_NODELET_ERROR_STREAM (   ...)
Value:
NODELET_ERROR_STREAM("[" << jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str() << "] " << __VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_NODELET_XXX()
Definition: log_utils.h:64

Definition at line 96 of file log_utils.h.

#define JSK_NODELET_ERROR_STREAM_THROTTLE (   rate,
  ... 
)
Value:
NODELET_ERROR_STREAM_THROTTLE(rate, "[" << jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str() << "] " << __VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_NODELET_XXX()
Definition: log_utils.h:64

Definition at line 128 of file log_utils.h.

#define JSK_NODELET_ERROR_THROTTLE (   rate,
  str,
  ... 
)
Value:
NODELET_ERROR_THROTTLE(rate, "[%s] " str, jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str(), ##__VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_NODELET_XXX()
Definition: log_utils.h:64

Definition at line 112 of file log_utils.h.

#define JSK_NODELET_FATAL (   str,
  ... 
)
Value:
NODELET_FATAL("[%s] " str, jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str(), ##__VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_NODELET_XXX()
Definition: log_utils.h:64

Definition at line 83 of file log_utils.h.

#define JSK_NODELET_FATAL_STREAM (   ...)
Value:
NODELET_FATAL_STREAM("[" << jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str() << "] " << __VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_NODELET_XXX()
Definition: log_utils.h:64

Definition at line 99 of file log_utils.h.

#define JSK_NODELET_FATAL_STREAM_THROTTLE (   rate,
  ... 
)
Value:
NODELET_FATAL_STREAM_THROTTLE(rate, "[" << jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str() << "] " << __VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_NODELET_XXX()
Definition: log_utils.h:64

Definition at line 131 of file log_utils.h.

#define JSK_NODELET_FATAL_THROTTLE (   rate,
  str,
  ... 
)
Value:
NODELET_FATAL_THROTTLE(rate, "[%s] " str, jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str(), ##__VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_NODELET_XXX()
Definition: log_utils.h:64

Definition at line 115 of file log_utils.h.

#define JSK_NODELET_INFO (   str,
  ... 
)
Value:
NODELET_INFO("[%s] " str, jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str(), ##__VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_NODELET_XXX()
Definition: log_utils.h:64

Definition at line 74 of file log_utils.h.

#define JSK_NODELET_INFO_STREAM (   ...)
Value:
NODELET_INFO_STREAM("[" << jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str() << "] " << __VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_NODELET_XXX()
Definition: log_utils.h:64

Definition at line 90 of file log_utils.h.

#define JSK_NODELET_INFO_STREAM_THROTTLE (   rate,
  ... 
)
Value:
NODELET_INFO_STREAM_THROTTLE(rate, "[" << jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str() << "] " << __VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_NODELET_XXX()
Definition: log_utils.h:64

Definition at line 122 of file log_utils.h.

#define JSK_NODELET_INFO_THROTTLE (   rate,
  str,
  ... 
)
Value:
NODELET_INFO_THROTTLE(rate, "[%s] " str, jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str(), ##__VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_NODELET_XXX()
Definition: log_utils.h:64

Definition at line 106 of file log_utils.h.

#define JSK_NODELET_WARN (   str,
  ... 
)
Value:
NODELET_WARN("[%s] " str, jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str(), ##__VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_NODELET_XXX()
Definition: log_utils.h:64

Definition at line 77 of file log_utils.h.

#define JSK_NODELET_WARN_STREAM (   ...)
Value:
NODELET_WARN_STREAM("[" << jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str() << "] " << __VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_NODELET_XXX()
Definition: log_utils.h:64

Definition at line 93 of file log_utils.h.

#define JSK_NODELET_WARN_STREAM_THROTTLE (   rate,
  ... 
)
Value:
NODELET_WARN_STREAM_THROTTLE(rate, "[" << jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str() << "] " << __VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_NODELET_XXX()
Definition: log_utils.h:64

Definition at line 125 of file log_utils.h.

#define JSK_NODELET_WARN_THROTTLE (   rate,
  str,
  ... 
)
Value:
NODELET_WARN_THROTTLE(rate, "[%s] " str, jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str(), ##__VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_NODELET_XXX()
Definition: log_utils.h:64

Definition at line 109 of file log_utils.h.

#define JSK_ROS_DEBUG (   str,
  ... 
)
Value:
ROS_DEBUG("[%s] " str, jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str(), ##__VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_ROS_XXX()
Definition: log_utils.h:67

Definition at line 135 of file log_utils.h.

#define JSK_ROS_DEBUG_STREAM (   ...)
Value:
ROS_DEBUG_STREAM("[" << jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str() << "] " << __VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_ROS_XXX()
Definition: log_utils.h:67

Definition at line 151 of file log_utils.h.

#define JSK_ROS_DEBUG_STREAM_THROTTLE (   rate,
  ... 
)
Value:
ROS_DEBUG_STREAM_THROTTLE(rate, "[" << jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str() << "] " << __VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_ROS_XXX()
Definition: log_utils.h:67

Definition at line 183 of file log_utils.h.

#define JSK_ROS_DEBUG_THROTTLE (   rate,
  str,
  ... 
)
Value:
ROS_DEBUG_THROTTLE(rate, "[%s] " str, jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str(), ##__VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_ROS_XXX()
Definition: log_utils.h:67

Definition at line 167 of file log_utils.h.

#define JSK_ROS_ERROR (   str,
  ... 
)
Value:
ROS_ERROR("[%s] " str, jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str(), ##__VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_ROS_XXX()
Definition: log_utils.h:67

Definition at line 144 of file log_utils.h.

#define JSK_ROS_ERROR_STREAM (   ...)
Value:
ROS_ERROR_STREAM("[" << jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str() << "] " << __VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_ROS_XXX()
Definition: log_utils.h:67

Definition at line 160 of file log_utils.h.

#define JSK_ROS_ERROR_STREAM_THROTTLE (   rate,
  ... 
)
Value:
ROS_ERROR_STREAM_THROTTLE(rate, "[" << jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str() << "] " << __VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_ROS_XXX()
Definition: log_utils.h:67

Definition at line 192 of file log_utils.h.

#define JSK_ROS_ERROR_THROTTLE (   rate,
  str,
  ... 
)
Value:
ROS_ERROR_THROTTLE(rate, "[%s] " str, jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str(), ##__VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_ROS_XXX()
Definition: log_utils.h:67

Definition at line 176 of file log_utils.h.

#define JSK_ROS_FATAL (   str,
  ... 
)
Value:
ROS_FATAL("[%s] " str, jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str(), ##__VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_ROS_XXX()
Definition: log_utils.h:67

Definition at line 147 of file log_utils.h.

#define JSK_ROS_FATAL_STREAM (   ...)
Value:
ROS_FATAL_STREAM("[" << jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str() << "] " << __VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_ROS_XXX()
Definition: log_utils.h:67

Definition at line 163 of file log_utils.h.

#define JSK_ROS_FATAL_STREAM_THROTTLE (   rate,
  ... 
)
Value:
ROS_FATAL_STREAM_THROTTLE(rate, "[" << jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str() << "] " << __VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_ROS_XXX()
Definition: log_utils.h:67

Definition at line 195 of file log_utils.h.

#define JSK_ROS_FATAL_THROTTLE (   rate,
  str,
  ... 
)
Value:
ROS_FATAL_THROTTLE(rate, "[%s] " str, jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str(), ##__VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_ROS_XXX()
Definition: log_utils.h:67

Definition at line 179 of file log_utils.h.

#define JSK_ROS_INFO (   str,
  ... 
)
Value:
ROS_INFO("[%s] " str, jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str(), ##__VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_ROS_XXX()
Definition: log_utils.h:67

Definition at line 138 of file log_utils.h.

#define JSK_ROS_INFO_STREAM (   ...)
Value:
ROS_INFO_STREAM("[" << jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str() << "] " << __VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_ROS_XXX()
Definition: log_utils.h:67

Definition at line 154 of file log_utils.h.

#define JSK_ROS_INFO_STREAM_THROTTLE (   rate,
  ... 
)
Value:
ROS_INFO_STREAM_THROTTLE(rate, "[" << jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str() << "] " << __VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_ROS_XXX()
Definition: log_utils.h:67

Definition at line 186 of file log_utils.h.

#define JSK_ROS_INFO_THROTTLE (   rate,
  str,
  ... 
)
Value:
ROS_INFO_THROTTLE(rate, "[%s] " str, jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str(), ##__VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_ROS_XXX()
Definition: log_utils.h:67

Definition at line 170 of file log_utils.h.

#define JSK_ROS_WARN (   str,
  ... 
)
Value:
ROS_WARN("[%s] " str, jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str(), ##__VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_ROS_XXX()
Definition: log_utils.h:67

Definition at line 141 of file log_utils.h.

#define JSK_ROS_WARN_STREAM (   ...)
Value:
ROS_WARN_STREAM("[" << jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str() << "] " << __VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_ROS_XXX()
Definition: log_utils.h:67

Definition at line 157 of file log_utils.h.

#define JSK_ROS_WARN_STREAM_THROTTLE (   rate,
  ... 
)
Value:
ROS_WARN_STREAM_THROTTLE(rate, "[" << jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str() << "] " << __VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_ROS_XXX()
Definition: log_utils.h:67

Definition at line 189 of file log_utils.h.

#define JSK_ROS_WARN_THROTTLE (   rate,
  str,
  ... 
)
Value:
ROS_WARN_THROTTLE(rate, "[%s] " str, jsk_topic_tools::getFunctionName(__PRETTY_FUNCTION__).c_str(), ##__VA_ARGS__)
const std::string getFunctionName(const std::string &name)
Get only function name from PRETTY_FUNCTION
Definition: log_utils.cpp:62
#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_ROS_XXX()
Definition: log_utils.h:67

Definition at line 173 of file log_utils.h.

#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_NODELET_XXX ( )
Value:
ROS_WARN_ONCE("DEPRECATION WARNING: JSK_NODELET_XXX log macros are deprecated, and please use NODELET_XXX instead." \
" (See https://github.com/jsk-ros-pkg/jsk_common/issues/1461)");
#define ROS_WARN_ONCE(...)

Definition at line 64 of file log_utils.h.

#define JSK_TOPIC_TOOLS_DEPRECATED_JSK_ROS_XXX ( )
Value:
ROS_WARN_ONCE("DEPRECATION WARNING: JSK_ROS_XXX log utils are deprecated, and please use ROS_XXX instead." \
" (See https://github.com/jsk-ros-pkg/jsk_common/issues/1461)");
#define ROS_WARN_ONCE(...)

Definition at line 67 of file log_utils.h.



jsk_topic_tools
Author(s): Kei Okada , Yusuke Furuta
autogenerated on Tue Feb 6 2018 03:45:19