Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
ThreadLocalLogName Struct Reference

Associate a name with each thread for nice logging. More...

Public Member Functions

 ThreadLocalLogName (std::string const &_name)
 

Public Attributes

boost::thread_specific_ptr< std::string > m_name
 

Detailed Description

Associate a name with each thread for nice logging.

Definition at line 111 of file Log.cpp.

Constructor & Destructor Documentation

ThreadLocalLogName::ThreadLocalLogName ( std::string const &  _name)
inline

Definition at line 113 of file Log.cpp.

Member Data Documentation

boost::thread_specific_ptr<std::string> ThreadLocalLogName::m_name

Definition at line 114 of file Log.cpp.


The documentation for this struct was generated from the following file: