NasNas
An intuitive and beginner friendly 2D game framework for C++
|
Console Logger can log a variable number of variables to the console. More...
#include <Logger.hpp>
Static Public Member Functions | |
template<typename... Types> | |
static void | log (const std::string &file, int line_nb, Types... args) |
Console Logger can log a variable number of variables to the console.
Variables must have operator<< function overload. Logger class is not intended to be used directly. Instead you should use ns_LOG macro.
Definition at line 66 of file Logger.hpp.