32 #include "misc_log_ex.h"
36 #include "readline_buffer.h"
37 #define PAUSE_READLINE() \
38 rdln::suspend_readline pause_readline;
40 #define PAUSE_READLINE()
59 epee::console_colors color = epee::console_color_default
61 , std::string&& prefix = std::string()
62 , el::Level log_level = el::Level::Info
106 if (epee::console_color_default ==
m_color)
108 std::cout <<
m_oss.str();
113 std::cout <<
m_oss.str();
114 epee::reset_console_color();
116 std::cout << std::endl;
123 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:37
Definition: blockchain_ancestry.cpp:73
#define PAUSE_READLINE()
Definition: scoped_message_writer.h:40
#define true
Definition: stdbool.h:37