Classes | Namespaces | Macros
logger.h File Reference
#include <stdio.h>
#include <stdarg.h>
#include "rtflann/defines.h"
Include dependency graph for logger.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rtflann::Logger
 

Namespaces

 rtflann
 

Macros

#define LOG_METHOD(NAME, LEVEL)
 

Macro Definition Documentation

#define LOG_METHOD (   NAME,
  LEVEL 
)
Value:
static int NAME(const char* fmt, ...) \
{ \
va_list ap; \
va_start(ap, fmt); \
int ret = instance()._log(LEVEL, fmt, ap); \
va_end(ap); \
return ret; \
}
string NAME

Definition at line 114 of file logger.h.



rtabmap
Author(s): Mathieu Labbe
autogenerated on Wed Jun 5 2019 22:43:41