ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
logger.h File Reference
#include <stdio.h>
#include <stdarg.h>
#include "FLANN/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  flann::Logger
 

Namespaces

 flann
 

Macros

#define LOG_METHOD(NAME, LEVEL)
 

Macro Definition Documentation

◆ LOG_METHOD

#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.