31 #include "misc_log_ex.h"
35 #include "readline_buffer.h"
36 #define PAUSE_READLINE() \
37 rdln::suspend_readline pause_readline;
39 #define PAUSE_READLINE()
58 epee::console_colors color = epee::console_color_default
60 , std::string&& prefix = std::string()
61 , el::Level log_level = el::Level::Info
105 if (epee::console_color_default ==
m_color)
107 std::cout <<
m_oss.str();
112 std::cout <<
m_oss.str();
113 epee::reset_console_color();
115 std::cout << std::endl;
122 return scoped_message_writer(color ? epee::console_color_green : epee::console_color_default,
false, std::string(), el::Level::Info);
const uint32_t T[512]
Definition: groestl_tables.h:36
Definition: blockchain_ancestry.cpp:72
#define PAUSE_READLINE()
Definition: scoped_message_writer.h:39
#define true
Definition: stdbool.h:36