BitLab 0.1.0
BitLab: A Browser for the Bitcoin P2P Network and Blockchain
|
The logger structure used to store the logger for the logging system. More...
#include <log.h>
Data Fields | |
char * | filename |
FILE * | file |
The logger structure used to store the logger for the logging system.
filename | The filename of the log file. |
file | The file pointer for the log file. |
FILE* logger::file |
Definition at line 45 of file log.h.
Referenced by finish_logging(), init_logging(), and log_message().
char* logger::filename |
Definition at line 44 of file log.h.
Referenced by finish_logging(), init_logging(), and log_message().