GeoDesk for C++
Fast and storage-efficient spatial database engine for OpenStreetMap features
Loading...
Searching...
No Matches
log.h File Reference
#include <stdio.h>
#include <clarisma/cli/ConsoleWriter.h>

Go to the source code of this file.

Namespaces

namespace  clarisma
 

Macros

#define LOG(fmt, ...)
 
#define FORCE_LOG(fmt, ...)
 
#define LOGS   ConsoleWriter().timestamp() << " "
 

Macro Definition Documentation

◆ FORCE_LOG

#define FORCE_LOG ( fmt,
... )
Value:
printf(fmt "\n", ##__VA_ARGS__)

◆ LOG

#define LOG ( fmt,
... )
Value:
printf(fmt "\n", ##__VA_ARGS__)

◆ LOGS

#define LOGS   ConsoleWriter().timestamp() << " "