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

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

#include <log.h>

Data Fields

char * filename
 
FILE * file
 

Detailed Description

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

Parameters
filenameThe filename of the log file.
fileThe file pointer for the log file.

Definition at line 42 of file log.h.

Field Documentation

◆ file

FILE* logger::file

Definition at line 45 of file log.h.

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

◆ filename

char* logger::filename

Definition at line 44 of file log.h.

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


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