Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
logger_config.cpp File Reference
#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>
Include dependency graph for logger_config.cpp:

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 stringfc::get_thread_name ()