9 #ifndef  CDebugOutputCapable_H    10 #define  CDebugOutputCapable_H    14 #if !defined(MRPT_DISABLE_WARN_DEPRECATED_DEBUG_OUTPUT_CAPABLE)    15 MRPT_WARNING(
"`CDebugOutputCapable.h` is deprecated since MRPT 1.5.0, please use `mrpt/utils/COutputLogger.h` instead")
 MRPT_WARNING("This is an old header, please replace with <mrpt/math.h>")
 
CDebugOutputCapable(const std::string &logName=std::string("log"))
Default initialization. 
 
#define MRPT_printf_format_check(_FMT_, _VARARGS_)
 
virtual ~CDebugOutputCapable()
 
GLsizei const GLchar ** string
 
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. 
 
This base class provides a common printf-like method to send debug information to std::cout...