Go to the documentation of this file.
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
#define PAUSE_READLINE()
Definition: scoped_message_writer.h:39
if(APPLE) if(DEPENDS) list(APPEND EXTRA_LIBRARIES "-framework Foundation -framework ApplicationServices -framework AppKit -framework IOKit") else() find_library(IOKIT_LIBRARY IOKit) mark_as_advanced(IOKIT_LIBRARY) list(APPEND EXTRA_LIBRARIES $
Definition: CMakeLists.txt:29
endif() endif() set(checkpoints_sources checkpoints.cpp) set(checkpoints_headers) set(checkpoints_private_headers checkpoints.h) monero_private_headers(checkpoints $
Definition: CMakeLists.txt:36
Definition: blockchain_ancestry.cpp:72
#define true
Definition: stdbool.h:36