se2ez
se2ez::log Namespace Reference

Logging functions. Uses boost::format for formatting, not printf. More...

Functions

std::string formatRecurse (boost::format &f)
 
template<class T , class... Args>
std::string formatRecurse (boost::format &f, T &&t, Args &&... args)
 
template<typename... Args>
std::string format (const std::string &fmt, Args &&... args)
 
void showINFORM ()
 
void showDEBUG ()
 
void showDEVMSG1 ()
 

Detailed Description

Logging functions. Uses boost::format for formatting, not printf.

Function Documentation

◆ format()

template<typename... Args>
std::string se2ez::log::format ( const std::string fmt,
Args &&...  args 
)

Definition at line 25 of file log.h.

◆ formatRecurse() [1/2]

std::string se2ez::log::formatRecurse ( boost::format &  f)

Definition at line 5 of file log.cpp.

◆ formatRecurse() [2/2]

template<class T , class... Args>
std::string se2ez::log::formatRecurse ( boost::format &  f,
T &&  t,
Args &&...  args 
)

Definition at line 19 of file log.h.

◆ showDEBUG()

void se2ez::log::showDEBUG ( )

Definition at line 15 of file log.cpp.

◆ showDEVMSG1()

void se2ez::log::showDEVMSG1 ( )

Definition at line 20 of file log.cpp.

◆ showINFORM()

void se2ez::log::showINFORM ( )

Definition at line 10 of file log.cpp.