Pyrogenesis  trunk
Namespaces | Macros
log_stream.hpp File Reference
#include "log.hpp"
Include dependency graph for log_stream.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 tinygettext
 

Macros

#define log_error   if (!Log::log_error_callback); else (Log(Log::log_error_callback)).get()
 
#define log_warning   if (!Log::log_warning_callback); else (Log(Log::log_warning_callback)).get()
 
#define log_info   if (!Log::log_info_callback); else (Log(Log::log_warning_callback)).get()
 

Macro Definition Documentation

#define log_error   if (!Log::log_error_callback); else (Log(Log::log_error_callback)).get()
#define log_info   if (!Log::log_info_callback); else (Log(Log::log_warning_callback)).get()
#define log_warning   if (!Log::log_warning_callback); else (Log(Log::log_warning_callback)).get()