Go to the documentation of this file.
20#ifndef HEADER_TINYGETTEXT_LOG_STREAM_HPP
21#define HEADER_TINYGETTEXT_LOG_STREAM_HPP
28#define log_error if (!Log::log_error_callback); else (Log(Log::log_error_callback)).get()
29#define log_warning if (!Log::log_warning_callback); else (Log(Log::log_warning_callback)).get()
30#define log_info if (!Log::log_info_callback); else (Log(Log::log_info_callback)).get()