Classes | Namespaces | Defines
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

namespace  rtflann

Defines

#define LOG_METHOD(NAME, LEVEL)

Define 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; \
    }

Definition at line 114 of file logger.h.



rtabmap
Author(s): Mathieu Labbe
autogenerated on Sat Jul 23 2016 11:44:29