JNGL
Easy to use cross-platform 2D game library
Loading...
Searching...
No Matches
Namespaces | Functions
log.hpp File Reference

Logging functions. More...

#include <string>
Include dependency graph for log.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  jngl
 JNGL's main namespace.
 

Functions

void trace (const std::string &)
 
template<class... Args>
void trace (Args &&...)
 
void info (const std::string &)
 
template<class... Args>
void info (Args &&...)
 
void warn (const std::string &)
 
template<class... Args>
void warn (Args &&...)
 
void error (const std::string &)
 
template<class... Args>
void error (Args &&...)
 

Detailed Description

Logging functions.

Definition in file log.hpp.