Wire Sysio Wire Sysion 1.0.0
|
#include <fc/log/logger.hpp>
#include <fc/log/log_message.hpp>
#include <fc/log/appender.hpp>
#include <fc/exception/exception.hpp>
#include <fc/filesystem.hpp>
#include <unordered_map>
#include <string>
#include <fc/log/logger_config.hpp>
Go to the source code of this file.
Classes | |
class | fc::logger::impl |
Namespaces | |
namespace | fc |
namespace sysio::chain | |
Functions | |
bool | fc::operator== (const logger &l, std::nullptr_t) |
bool | fc::operator!= (const logger &l, std::nullptr_t) |
bool | fc::configure_logging (const logging_config &l) |
Variables | |
bool | fc::do_default_config = configure_logging( logging_config::default_config() ) |