#include <Log.h>
|
static void | push (std::string const &_n) |
|
static void | pop () |
|
static std::string | join (std::string const &_prior) |
|
Definition at line 89 of file Log.h.
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.
string dev::ThreadContext::join |
( |
std::string const & |
_prior | ) |
|
|
static |
void dev::ThreadContext::pop |
( |
| ) |
|
|
static |
void dev::ThreadContext::push |
( |
std::string const & |
_n | ) |
|
|
static |
The documentation for this class was generated from the following files:
- src/cpp-ethereum/libdevcore/Log.h
- src/cpp-ethereum/libdevcore/Log.cpp