TARAXA
|
#include "config/config.hpp"
#include <json/json.h>
#include <fstream>
#include "common/config_exception.hpp"
#include "config/config_utils.hpp"
Namespaces | |
namespace | taraxa |
Functions | |
void | taraxa::dec_json (Json::Value const &json, DBConfig &db_config) |
std::ostream & | taraxa::operator<< (std::ostream &strm, const FullNodeConfig &conf) |
spdlog::level::level_enum | taraxa::stringToVerbosity (std::string verbosity) |
Transforms string verbosity to Verbosity enum. | |
LoggingConfig::LoggingType | taraxa::stringToLoggingType (std::string logging_type) |
Transforms string logging type to LoggingType enum. | |
void | taraxa::dec_json (const Json::Value &json, LoggingConfig &obj, std::filesystem::path data_path) |