BitLab 0.1.0
BitLab: A Browser for the Bitcoin P2P Network and Blockchain
Loading...
Searching...
No Matches
loggers Struct Reference

The loggers structure used to store the loggers for the logging system. More...

#include <log.h>

Data Fields

pthread_mutex_t log_mutex
 
loggerarray [MAX_LOG_FILES]
 
int is_initializing
 

Detailed Description

The loggers structure used to store the loggers for the logging system.

Parameters
log_mutexThe mutex for the loggers.
arrayThe array of loggers.
is_initializingThe flag to indicate if the loggers are initializing.

Definition at line 55 of file log.h.

Field Documentation

◆ array

logger* loggers::array[MAX_LOG_FILES]

Definition at line 58 of file log.h.

Referenced by finish_logging(), init_logging(), and log_message().

◆ is_initializing

int loggers::is_initializing

Definition at line 59 of file log.h.

Referenced by finish_logging(), and init_logging().

◆ log_mutex

pthread_mutex_t loggers::log_mutex

Definition at line 57 of file log.h.

Referenced by finish_logging(), init_logging(), and log_message().


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