BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
Go to the documentation of this file.
40 :
format(
"${timestamp} ${thread_name} ${context} ${file}:${line} ${method} ${level}] ${message}" ),
58 void print(
const std::string& text_to_print,
65 std::unique_ptr<impl> my;
uint32_t max_object_depth
void configure(const config &cfg)
std::vector< level_color > level_colors
virtual void log(const log_message &m)
#define FC_MAX_LOG_OBJECT_DEPTH
Defines types and macros used to provide reflection.
console_appender::stream::type stream
console_appender::color::type color
void print(const std::string &text_to_print, color::type text_color=color::console_default)
aggregates a message along with the context and associated meta-information.
FC_REFLECT_ENUM(graphene::net::core_message_type_enum,(trx_message_type)(block_message_type)(core_message_type_first)(item_ids_inventory_message_type)(blockchain_item_ids_inventory_message_type)(fetch_blockchain_item_ids_message_type)(fetch_items_message_type)(item_not_available_message_type)(hello_message_type)(connection_accepted_message_type)(connection_rejected_message_type)(address_request_message_type)(address_message_type)(closing_connection_message_type)(current_time_request_message_type)(current_time_reply_message_type)(check_firewall_message_type)(check_firewall_reply_message_type)(get_current_connections_request_message_type)(get_current_connections_reply_message_type)(core_message_type_last))(different_chain)(already_connected)(connected_to_self)(not_accepting_connections)(blocked)(invalid_hello_message)(client_too_old))(inbound)(outbound))(firewalled)(not_firewalled))(unable_to_connect)(connection_successful)) namespace std
stores null, int64, uint64, double, bool, string, std::vector<variant>, and variant_object's.
#define FC_REFLECT(TYPE, MEMBERS)
Specializes fc::reflector for TYPE.
level_color(log_level l=log_level::all, color::type c=color::console_default)