#include "easylogging++.h"
Go to the source code of this file.
|
template<typename T , typename... Args> |
void | yourgame::log::debug (const char *s, const T &value, const Args &...args) |
| log debug
|
|
template<typename T > |
void | yourgame::log::debug (const T &value) |
| log debug
|
|
template<typename T , typename... Args> |
void | yourgame::log::info (const char *s, const T &value, const Args &...args) |
| log info
|
|
template<typename T > |
void | yourgame::log::info (const T &value) |
| log info
|
|
template<typename T , typename... Args> |
void | yourgame::log::warn (const char *s, const T &value, const Args &...args) |
| log warning
|
|
template<typename T > |
void | yourgame::log::warn (const T &value) |
| log warning
|
|
template<typename T , typename... Args> |
void | yourgame::log::error (const char *s, const T &value, const Args &...args) |
| log error
|
|
template<typename T > |
void | yourgame::log::error (const T &value) |
| log error
|
|