Wire Sysio Wire Sysion 1.0.0
|
#include <appbase/application.hpp>
#include <sysio/chain_plugin/chain_plugin.hpp>
#include <sysio/http_plugin/http_plugin.hpp>
#include <sysio/net_plugin/net_plugin.hpp>
#include <sysio/producer_plugin/producer_plugin.hpp>
#include <sysio/resource_monitor_plugin/resource_monitor_plugin.hpp>
#include <sysio/version/version.hpp>
#include <fc/log/logger.hpp>
#include <fc/log/logger_config.hpp>
#include <fc/log/appender.hpp>
#include <fc/exception/exception.hpp>
#include <boost/dll/runtime_symbol_info.hpp>
#include <boost/exception/diagnostic_information.hpp>
#include "config.hpp"
Go to the source code of this file.
Namespaces | |
namespace | detail |
Enumerations | |
enum | return_codes { OTHER_FAIL = -2 , INITIALIZE_FAIL = -1 , SUCCESS = 0 , BAD_ALLOC = 1 , DATABASE_DIRTY = 2 , FIXED_REVERSIBLE = SUCCESS , EXTRACTED_GENESIS = SUCCESS , NODE_MANAGEMENT_SUCCESS = 5 } |
Functions | |
fc::logging_config & | detail::add_deep_mind_logger (fc::logging_config &config) |
void | detail::configure_logging (const bfs::path &config_path) |
void | logging_conf_handler () |
void | initialize_logging () |
int | main (int argc, char **argv) |
enum return_codes |
Enumerator | |
---|---|
OTHER_FAIL | |
INITIALIZE_FAIL | |
SUCCESS | |
BAD_ALLOC | |
DATABASE_DIRTY | |
FIXED_REVERSIBLE | |
EXTRACTED_GENESIS | |
NODE_MANAGEMENT_SUCCESS |
Definition at line 97 of file main.cpp.
void initialize_logging | ( | ) |
Definition at line 81 of file main.cpp.
void logging_conf_handler | ( | ) |
Definition at line 69 of file main.cpp.
int main | ( | int | argc, |
char ** | argv ) |
Definition at line 108 of file main.cpp.