Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Variables
Log.cpp File Reference
#include "Log.h"
#include <string>
#include <iostream>
#include <thread>
#include "Guards.h"
Include dependency graph for Log.cpp:

Go to the source code of this file.

Classes

struct  ThreadLocalLogName
 Associate a name with each thread for nice logging. More...
 
struct  ThreadLocalLogContext
 Associate a name with each thread for nice logging. More...
 

Variables

mutex x_logOverride
 
ThreadLocalLogContext g_logThreadContext
 
ThreadLocalLogName g_logThreadName ("main")
 

Detailed Description

Author
Gav Wood i@gav.nosp@m.wood.nosp@m..com
Date
2014

Definition in file Log.cpp.

Variable Documentation

ThreadLocalLogContext g_logThreadContext

Definition at line 146 of file Log.cpp.

ThreadLocalLogName g_logThreadName("main")
mutex x_logOverride

Definition at line 38 of file Log.cpp.