NasNas
An intuitive and beginner friendly 2D game framework for C++
Static Public Member Functions | List of all members
ns::Logger Class Reference

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)
 

Detailed Description

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.

See also
ns_LOG

Definition at line 66 of file Logger.hpp.


The documentation for this class was generated from the following file: