|
| void | dev::setThreadName (std::string const &_n) |
| |
| std::string | dev::getThreadName () |
| | Set the current thread's log name. More...
|
| |
| | dev::BOOST_LOG_INLINE_GLOBAL_LOGGER_CTOR_ARGS (g_errorLogger, boost::log::sources::severity_channel_logger_mt<>,(boost::log::keywords::severity=VerbosityError)(boost::log::keywords::channel="error")) BOOST_LOG_INLINE_GLOBAL_LOGGER_CTOR_ARGS(g_warnLogger |
| |
| void | dev::setupLogging (LoggingOptions const &_options) |
| |
| Logger | dev::createLogger (int _severity, std::string const &_channel) |
| |
| boost::log::formatting_ostream & | dev::operator<< (boost::log::formatting_ostream &_strm, bigint const &_value) |
| |
| boost::log::formatting_ostream & | dev::operator<< (boost::log::formatting_ostream &_strm, bigint &_value) |
| |
| boost::log::formatting_ostream & | dev::operator<< (boost::log::formatting_ostream &_strm, u256 const &_value) |
| |
| boost::log::formatting_ostream & | dev::operator<< (boost::log::formatting_ostream &_strm, u256 &_value) |
| |
| boost::log::formatting_ostream & | dev::operator<< (boost::log::formatting_ostream &_strm, u160 const &_value) |
| |
| boost::log::formatting_ostream & | dev::operator<< (boost::log::formatting_ostream &_strm, u160 &_value) |
| |
| template<unsigned N> |
| boost::log::formatting_ostream & | dev::operator<< (boost::log::formatting_ostream &_strm, FixedHash< N > const &_value) |
| |
| template<unsigned N> |
| boost::log::formatting_ostream & | dev::operator<< (boost::log::formatting_ostream &_strm, FixedHash< N > &_value) |
| |
| boost::log::formatting_ostream & | dev::operator<< (boost::log::formatting_ostream &_strm, h160 const &_value) |
| |
| boost::log::formatting_ostream & | dev::operator<< (boost::log::formatting_ostream &_strm, h160 &_value) |
| |
| boost::log::formatting_ostream & | dev::operator<< (boost::log::formatting_ostream &_strm, h256 const &_value) |
| |
| boost::log::formatting_ostream & | dev::operator<< (boost::log::formatting_ostream &_strm, h256 &_value) |
| |
| boost::log::formatting_ostream & | dev::operator<< (boost::log::formatting_ostream &_strm, h512 const &_value) |
| |
| boost::log::formatting_ostream & | dev::operator<< (boost::log::formatting_ostream &_strm, h512 &_value) |
| |
| boost::log::formatting_ostream & | dev::operator<< (boost::log::formatting_ostream &_strm, bytesConstRef _value) |
| |
| boost::log::formatting_ostream & | boost::log::operator<< (boost::log::formatting_ostream &_strm, dev::bytes const &_value) |
| |
| boost::log::formatting_ostream & | boost::log::operator<< (boost::log::formatting_ostream &_strm, dev::bytes &_value) |
| |
| template<typename T > |
| boost::log::formatting_ostream & | boost::log::operator<< (boost::log::formatting_ostream &_strm, std::vector< T > const &_value) |
| |
| template<typename T > |
| boost::log::formatting_ostream & | boost::log::operator<< (boost::log::formatting_ostream &_strm, std::vector< T > &_value) |
| |
| template<typename T > |
| boost::log::formatting_ostream & | boost::log::operator<< (boost::log::formatting_ostream &_strm, std::set< T > const &_value) |
| |
| template<typename T > |
| boost::log::formatting_ostream & | boost::log::operator<< (boost::log::formatting_ostream &_strm, std::set< T > &_value) |
| |
| template<typename T > |
| boost::log::formatting_ostream & | boost::log::operator<< (boost::log::formatting_ostream &_strm, std::unordered_set< T > const &_value) |
| |
| template<typename T > |
| boost::log::formatting_ostream & | boost::log::operator<< (boost::log::formatting_ostream &_strm, std::unordered_set< T > &_value) |
| |
| template<typename T , typename U > |
| boost::log::formatting_ostream & | boost::log::operator<< (boost::log::formatting_ostream &_strm, std::map< T, U > const &_value) |
| |
| template<typename T , typename U > |
| boost::log::formatting_ostream & | boost::log::operator<< (boost::log::formatting_ostream &_strm, std::map< T, U > &_value) |
| |
| template<typename T , typename U > |
| boost::log::formatting_ostream & | boost::log::operator<< (boost::log::formatting_ostream &_strm, std::unordered_map< T, U > const &_value) |
| |
| template<typename T , typename U > |
| boost::log::formatting_ostream & | boost::log::operator<< (boost::log::formatting_ostream &_strm, std::unordered_map< T, U > &_value) |
| |
| template<typename T , typename U > |
| boost::log::formatting_ostream & | boost::log::operator<< (boost::log::formatting_ostream &_strm, std::pair< T, U > const &_value) |
| |
| template<typename T , typename U > |
| boost::log::formatting_ostream & | boost::log::operator<< (boost::log::formatting_ostream &_strm, std::pair< T, U > &_value) |
| |