Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Static Public Member Functions | List of all members
dev::ThreadContext Class Reference

#include <Log.h>

Public Member Functions

 ThreadContext (std::string const &_info)
 
 ~ThreadContext ()
 

Static Public Member Functions

static void push (std::string const &_n)
 
static void pop ()
 
static std::string join (std::string const &_prior)
 

Detailed Description

Definition at line 89 of file Log.h.

Constructor & Destructor Documentation

dev::ThreadContext::ThreadContext ( std::string const &  _info)
inline

Definition at line 92 of file Log.h.

dev::ThreadContext::~ThreadContext ( )
inline

Definition at line 93 of file Log.h.

Here is the call graph for this function:

Member Function Documentation

string dev::ThreadContext::join ( std::string const &  _prior)
static

Definition at line 160 of file Log.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void dev::ThreadContext::pop ( )
static

Definition at line 155 of file Log.cpp.

Here is the call graph for this function:

void dev::ThreadContext::push ( std::string const &  _n)
static

Definition at line 150 of file Log.cpp.

Here is the call graph for this function:


The documentation for this class was generated from the following files: