Wire Sysio Wire Sysion 1.0.0
|
#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/gelf_appender.hpp>
#include <fc/log/dmlog_appender.hpp>
#include <fc/reflect/variant.hpp>
#include <fc/exception/exception.hpp>
Go to the source code of this file.
Namespaces | |
namespace | fc |
namespace sysio::chain | |
Functions | |
void | fc::configure_logging (const fc::path &log_config) |
bool | fc::configure_logging (const logging_config &l) |
void | fc::set_os_thread_name (const string &name) |
void | fc::set_thread_name (const string &name) |
const string & | fc::get_thread_name () |