BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Classes | Namespaces | Functions | Variables
logger.cpp File Reference
#include <fc/log/logger.hpp>
#include <fc/log/log_message.hpp>
#include <fc/thread/thread.hpp>
#include <fc/thread/spin_lock.hpp>
#include <fc/thread/scoped_lock.hpp>
#include <fc/log/appender.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

 fc
 

Functions

bool fc::operator== (const logger &l, std::nullptr_t)
 
bool fc::operator!= (const logger &l, std::nullptr_t)
 
std::unordered_map< std::string, logger > & fc::get_logger_map ()
 
bool fc::configure_logging (const logging_config &l)
 

Variables

bool fc::do_default_config = configure_logging( logging_config::default_config() )