BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <fc/log/logger_config.hpp>
#include <fc/log/appender.hpp>
#include <fc/io/json.hpp>
#include <fc/filesystem.hpp>
#include <unordered_map>
#include <string>
#include <fc/log/console_appender.hpp>
#include <fc/log/file_appender.hpp>
#include <fc/reflect/variant.hpp>
#include <fc/exception/exception.hpp>
#include <fc/io/stdio.hpp>
Go to the source code of this file.
Namespaces | |
fc | |
Functions | |
std::unordered_map< std::string, logger > & | fc::get_logger_map () |
std::unordered_map< std::string, appender::ptr > & | fc::get_appender_map () |
void | fc::configure_logging (const fc::path &log_config) |
bool | fc::configure_logging (const logging_config &l) |