#include <stdio.h>
#include <stdarg.h>
#include "rtflann/defines.h"
Go to the source code of this file.
◆ LOG_METHOD
#define LOG_METHOD |
( |
|
NAME, |
|
|
|
LEVEL |
|
) |
| |
Value: static int NAME(
const char* fmt, ...) \
{ \
va_list ap; \
va_start(ap, fmt); \
va_end(ap); \
}
Definition at line 170 of file logger.h.