BitLab 0.1.0
BitLab: A Browser for the Bitcoin P2P Network and Blockchain
|
The loggers structure used to store the loggers for the logging system. More...
#include <log.h>
Data Fields | |
pthread_mutex_t | log_mutex |
logger * | array [MAX_LOG_FILES] |
int | is_initializing |
The loggers structure used to store the loggers for the logging system.
log_mutex | The mutex for the loggers. |
array | The array of loggers. |
is_initializing | The flag to indicate if the loggers are initializing. |
logger* loggers::array[MAX_LOG_FILES] |
Definition at line 58 of file log.h.
Referenced by finish_logging(), init_logging(), and log_message().
int loggers::is_initializing |
Definition at line 59 of file log.h.
Referenced by finish_logging(), and init_logging().
pthread_mutex_t loggers::log_mutex |
Definition at line 57 of file log.h.
Referenced by finish_logging(), init_logging(), and log_message().