ugv_nav4d
Macros | Functions
Logger.hpp File Reference
#include <iostream>
Include dependency graph for Logger.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LOG_PLAN(...)   PlanTrace(__FILE__, __FUNCTION__, __LINE__, __VA_ARGS__)
 

Functions

void privTrace ()
 
template<typename T , typename... Args>
void privTrace (T t, Args... args)
 
template<typename ... Args>
void PlanTrace (const char *file, const char *func, const int line, Args &&...args)
 

Macro Definition Documentation

◆ LOG_PLAN

#define LOG_PLAN (   ...)    PlanTrace(__FILE__, __FUNCTION__, __LINE__, __VA_ARGS__)

Function Documentation

◆ PlanTrace()

template<typename ... Args>
void PlanTrace ( const char *  file,
const char *  func,
const int  line,
Args &&...  args 
)
Here is the call graph for this function:

◆ privTrace() [1/2]

void privTrace ( )
Here is the caller graph for this function:

◆ privTrace() [2/2]

template<typename T , typename... Args>
void privTrace ( t,
Args...  args 
)
Here is the call graph for this function: